Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 50 for stream (0.167 sec.)
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... }, "handlers" : { "console" : { "class" : "logging.StreamHandler" , "formatter" : "brief" , "level" : "INFO" ... , "stream" : "ext://sys.stdout" }, "console_priority" : { "c ... lass" : "logging.StreamHandler" , "formatter" : "full" , "level" : "ERROR" ... , "stream" : "ext://sys.stderr" } }, "root" : { "level" : "D ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... linefeed conversion might corrupt the binary data stream. binascii. a2b_hqx ( string ) ¶ binhex4 形式の ASC ...
https://man.plustar.jp/python/library/binascii.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... neric bag-of-bits type. ctype = 'application/octet-stream' maintype , subtype = ctype . split ( '/' , 1 ) wi ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ppropriate when you are reading the message from a stream which might block waiting for more input (such as ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... STR ¶ ストリーム型でないデバイスです (Device not a stream) errno. ENODATA ¶ 利用可能なデータがありません (No ... ENOSR ¶ ストリームリソースを使い切りました (Out of streams resources) errno. ENONET ¶ 計算機はネットワーク上 ... d) errno. ESTRPIPE ¶ ストリームパイプのエラーです (Streams pipe error) errno. EUSERS ¶ ユーザが多すぎます (T ...
https://man.plustar.jp/python/library/errno.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケットをSSLコンテキストでラップします。 sock は SOCK_STREAM ソケットでなければなりません; ほかのタイプのソケッ ... sl.SSLSocket オブジェクトを返します。 sock は SOCK_STREAM ソケットでなければなりません; ほかのタイプのソケッ ... socket . socket ( socket . AF_INET , socket . SOCK_STREAM ) ssl_sock = context . wrap_socket ( s , server_ho ... newsocket , fromaddr = bindsocket . accept () connstream = context . wrap_socket ( newsocket , server_side ...
https://man.plustar.jp/python/library/ssl.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... inter)" を実装する上で便利です。 To simplify token stream handling, all operator and delimiter tokens and El ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6467
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... val-print loops. codecs Encode and decode data and streams. codeop Compile (possibly incomplete) Python code ... mine the type of image contained in a file or byte stream. imp 非推奨: Access the implementation of the impo ... from live objects. io Core tools for working with streams. ipaddress IPv4/IPv6 manipulation library. iterto ... p file handling. marshal Convert Python objects to streams of bytes and back (with different constraints). m ...
https://man.plustar.jp/python/py-modindex.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _socket ( family=socket.AF_INET , type=socket.SOCK_STREAM ) ¶ 引数も含め、通常のソケット生成と同一です。ソケ ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , escape sequences will be left as is in the input stream. window. leaveok ( flag ) ¶ If flag is True , curs ... not be interpreted, and will be left in the input stream as is. window. noutrefresh ( ) ¶ 更新をマークはしま ...
https://man.plustar.jp/python/library/curses.html - [similar]
PREV 1 2 3 4 5 NEXT