Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 135 for bytes (0.070 sec.)
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 6390
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gDefect -- When decoding a block of base64 encoded bytes, the padding was not correct. Enough padding is ad ... d to perform the decode, but the resulting decoded bytes may be invalid. InvalidBase64CharactersDefect -- W ... hen decoding a block of base64 encoded bytes, characters outside the base64 alphabet were encou ... characters are ignored, but the resulting decoded bytes may be invalid. 関連キーワード: email , errors , m ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 6390
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を返します。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 flush ( ... ] ) ¶ 現在のファイル位置からの最大 n バイトを含む bytes を返します。引数が省略されるか、 None もしくは負の ... を返します。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 seek ( ... ) ¶ ファイルポインタの現在位置を返します。 write ( bytes ) ¶ メモリ内のファイルポイントの現在位置に bytes...
https://man.plustar.jp/python/library/mmap.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eger, a one-character Unicode string or a one-byte byte string. Whenever the documentation mentions a chara ... tring it can be specified as a Unicode string or a byte string. 注釈 version 5.4 から、ncurses ライブラリは ... n the user's current erase character as a one-byte bytes object. Under Unix operating systems this is a pro ... ( k ) ¶ Return the name of the key numbered k as a bytes object. The name of a key generating printable ASC ...
https://man.plustar.jp/python/library/curses.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6282
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... テキストモデルとの密接な結合、特に組み込み型 str , bytes , bytearray にある型に制限があるコンビニエンスメソ ... ようやく見つけられるというものだったわけです。 str , bytes , bytearray でのコンビニエンスメソッドが Python 3 ... . (Contributed by Serhiy Storchaka in bpo-19668 .) bytes .join() と bytearray .join() が引数として任意のバッ ... iteframesraw() メソッドと writeframes() メソッドが bytes-like object を受け付けるようになりました。 (Contri ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6234
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e_from_binary_file >>> from email.generator import BytesGenerator >>> from email import policy >>> from sub ... 'To' ] . addresses [ 0 ]], stdin = PIPE ) >>> g = BytesGenerator ( p . stdin , policy = msg . policy . clo ... close () >>> rc = p . wait () Here we are telling BytesGenerator to use the RFC correct line separator cha ... ethod. For example, the following code uses the as_bytes() method of the msg object from the previous examp ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
35.9. fcntl --- fcntl および ioctl システムコール — Python 3.6.5 ドキュメント 6234
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れている定数の形で利用出来ます。引数 arg は整数値か bytes オブジェクトをとります。引数が整数値の場合、この関 ... l() を呼び出した際の整数の戻り値になります。引数が bytes の場合には、 struct.pack() で作られるようなバイナリ ... 呼び出しが成功した後に戻される値はバッファの内容で、 bytes オブジェクトに変換されています。 返されるオブジェク ... じ名前が付けられています。 パラメタ arg は、整数、 ( bytes のような) 読み出し専用のバッファインタフェースをサ ...
https://man.plustar.jp/python/library/fcntl.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6234
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fter the headers are finished. It may be a str , a bytes-like object , an open file object , or an iterable ... of bytes . If body is a string, it is encoded as ISO-8859-1 ... , the default for HTTP. If it is a bytes-like object, the bytes are sent as is. If it is a ... PUT , POST , and PATCH ). If body is a string or a bytes-like object that is not also a file , the Content- ...
https://man.plustar.jp/python/library/http.client.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 6186
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p ) 'c:\\Program Files' 同様に、パスオブジェクトを bytes で呼び出すと、Raw ファイルシステムパスを os.fsenco ... エンコードされたバイト列オブジェクトで返します: >>> bytes ( p ) b'/etc' 注釈 bytes での呼び出しは Unix 上での ... つからない場合 KeyError が送出されます。 Path. read_bytes ( ) ¶ 指定されたファイルの内容をバイナリオブジェク ... す: >>> p = Path ( 'my_binary_file' ) >>> p . write_bytes ( b 'Binary file contents' ) 20 >>> p . read_bytes ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 6186
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lib. compress ( data , level=-1 ) ¶ Compresses the bytes in data , returning a bytes object containing comp ... 内で繰り返し現れると予想されるサブシーケンスを含む ( bytes オブジェクトのような) バイト列のシーケンスです。最 ... _WBITS , bufsize=DEF_BUF_SIZE ) ¶ Decompresses the bytes in data , returning a bytes object containing the ... [ mode ] ) ¶ All pending input is processed, and a bytes object containing the remaining compressed output ...
https://man.plustar.jp/python/library/zlib.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 6125
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... duplicate keys. The payload is either a string or bytes object, in the case of simple message objects, or ... stead of being a direct alias for as_string() . as_bytes ( unixfrom=False , policy=None ) ¶ Return the enti ... re message flattened as a bytes object. When optional unixfrom is true, the envelo ... , since the specified policy will be passed to the BytesGenerator . Flattening the message may trigger chan ...
https://man.plustar.jp/python/library/email.message.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT