Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 135 for bytes (0.054 sec.)
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 6643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 逆の場合も同様に更新されます)。 environb は supports_bytes_environ が True の場合のみ利用可能です。 バージョン ... ape' error handler, or 'strict' on Windows; return bytes unchanged. fsdecode() はこの逆変換を行う関数です。 ... ath のファイルシステム表現を返します。 もし str か bytes: のオブジェクトが渡された場合は、変更せずにそのまま ... hLike.__fspath__ が呼び出され、その戻り値が str か bytes のオブジェクトであれば、その値を返します。他のすべ ...
https://man.plustar.jp/python/library/os.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... エストとレスポンスのボディに使われる バイト列文字列(byte strings) を区別します。 ネイティブ文字列 は常に str ... ite=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=1) (Contributed by Marcin Wojdyr ... lbox モジュール、 nntplib モジュールが Python 3 の bytes/text モデルで正しく動作するようになったことです。エ ... した。問題は、email が典型的には str テキストよりも bytes 形式で格納され、読まれることであり、一つの email の ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6595
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... きる。 A Unicode string is turned into a sequence of bytes containing no embedded zero bytes. This avoids byt ... and sent through protocols that can't handle zero bytes. ASCII テキストの文字列は UTF-8 テキストとしても有 ... 394 " # Using a 32-bit hex value '\u0394' 加えて、 bytes クラスの decode() メソッドを使って文字列を作ること ... 0' >>> ord ( ' \ue000 ' ) 57344 バイト列への変換 ¶ bytes.decode() とは処理が逆向きのメソッドが str.encode() ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 6595
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , header=False ) ¶ decode() に似ていますが、ソース bytes を受け取り、対応するデコードされた bytes を返します ... ¶ Like encode() , except that it accepts a source bytes and returns the corresponding encoded bytes . By d ...
https://man.plustar.jp/python/library/quopri.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6595
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ault cipher string. 18.2.1.3. 乱数生成 ¶ ssl. RAND_bytes ( num ) ¶ 暗号学的に強固な擬似乱数の num バイトを返 ... てください。 バージョン 3.3 で追加. ssl. RAND_pseudo_bytes ( num ) ¶ (bytes, is_cryptographic) タプルを返却: ... バージョン 3.6 で非推奨: OpenSSL は ssl.RAND_pseudo_bytes() を廃止しました。代わりに ssl.RAND_bytes() を使用 ... ョンの OpenSSL では利用できません。 ssl. RAND_add ( bytes , entropy ) ¶ 与えられた bytes をSSL擬似乱数生成器 ...
https://man.plustar.jp/python/library/ssl.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6547
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... atetime objects and binary data to be presented as bytes objects; this flag is false by default. datetime.d ... atetime , bytes and bytearray objects may be passed to calls. The ... よび use_datetime の値に依ります。 base64 Binary 、 bytes または bytearray 。返される型は use_builtin_types ... n't well-formed XML. If you have to pass arbitrary bytes via XML-RPC, use bytes or bytearray classes or the ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he From_ header. The payload is either a string or bytes, in the case of simple message objects, or a list ... code "unknown character" code points. (See also as_bytes() and BytesGenerator .) バージョン 3.4 で変更: pol ... g) は書式化されたメッセージの文字列を作ります。 as_bytes ( unixfrom=False , policy=None ) ¶ Return the enti ... re message flattened as a bytes object. When optional unixfrom is true, the envelo ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6438
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... Rossum のことです。 binary file (バイナリファイル) bytes-like オブジェクト の読み込みおよび書き込みができる ... ァイル、 sys.stdin.buffer 、 sys.stdout.buffer 、 io.BytesIO や gzip.GzipFile . のインスタンスです。 参考 A t ... ext file reads and writes str objects. bytes-like object バッファプロトコル (buffer Protocol) を ... contiguous ) バッファーを提供可能なオブジェクト。 bytes , bytearray , array.array や、多くの一般的な memor ...
https://man.plustar.jp/python/glossary.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6438
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed by Message itself: it deals only with text, raw byte strings, and Message objects. Nevertheless, it prov ... ailMessage object (for message/rfc822 parts), or a bytes object (for all other non-multipart types). Raise ... ne ) ¶ email.contentmanager. set_content ( msg , <'bytes'> , maintype , subtype , cte="base64" , dispositio ... ype if it is specified, or plain if it is not. For bytes , use the specified maintype and subtype , or rais ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 6438
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... read/write files as well as functions operating on bytes-like objects. このモジュールでは、以下の関数が定義 ... arshal. dumps ( value [ , version ] ) ¶ Return the bytes object that would be written to a file by dump(val ... 定します (下記を参照してください)。 marshal. loads ( bytes ) ¶ Convert the bytes-like object to a value. If n ... , raise EOFError , ValueError or TypeError . Extra bytes in the input are ignored. これに加えて、以下の定数 ...
https://man.plustar.jp/python/library/marshal.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT