Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 135 for bytes (0.130 sec.)
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... data = data . encode ( 'ascii' ) # data should be bytes req = urllib . request . Request ( url , data ) wi ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 設定します。 These two values (measured in number of bytes) control when the protocol's pause_writing() and r ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 最初に sequence のコピーに設定されます。 sequence は bytes 、 str 、 UserString (やサブクラス) のインスタンス ...
https://man.plustar.jp/python/library/collections.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Unicode に関連した警告の基底クラスです。 exception BytesWarning ¶ bytes や bytearray に関連した警告の基底ク ... reWarning +-- ImportWarning +-- UnicodeWarning +-- BytesWarning +-- ResourceWarning 関連キーワード: 例外 , ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... print ( tarinfo . name , "is" , tarinfo . size , "bytes in size and is" , end = "" ) if tarinfo . isreg () ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... long int int unsigned int int DOMString str または bytes null None 20.6.3.2. アクセサメソッド ¶ OMG IDL から ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数 encoding によって、文字列 ( str ) かバイト列 ( bytes ) になります。 encoding が "unicode" の場合、出力は ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 ZipFile. read ( name , pwd=None ) ¶ Return the bytes of the file name in the archive. name is the name ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... \"> stringescapeseq ::= "\" <any source character> bytesliteral ::= bytesprefix ( shortbytes | longbytes ) ... Br" | "bR" | "BR" | "rb" | "rB" | "Rb" | "RB" shortbytes ::= "'" shortbytesitem * "'" | '"' shortbytesitem ... * '"' longbytes ::= "'''" longbytesitem * "'''" | '"""' longbytesi ... tem * '"""' shortbytesitem ::= shortbyteschar | bytesescapeseq longbytesi ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ockingIOError', 'BrokenPipeError', 'BufferError', 'BytesWarning', 'ChildProcessError', 'ConnectionAbortedEr ... all', 'any', 'ascii', 'bin', 'bool', 'bytearray', 'bytes', 'callable', 'chr', 'classmethod', 'compile', 'co ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT