Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 116 for when (0.058 sec.)
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 7065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... queue and starts using the next producer, if any. When the producer queue is empty the handle_write() met ... ソッドについては後ろで解説します。 async_chat. close_when_done ( ) ¶ Pushes a None on to the producer queue. ... When this producer is popped off the queue it causes th ... to the producer queue associated with the channel. When all currently-pushed producers have been exhausted ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6965
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ Return the entire message flattened as a string. When optional unixfrom is true, the envelope header is ... rn the entire message flattened as a bytes object. When optional unixfrom is true, the envelope header is ... of sub- Message objects, otherwise return False . When is_multipart() returns False , the payload should ... True . For example, is_multipart will return True when the Message is of type message/rfc822 .) set_unixf ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6765
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... and exit. Example output could be: Python 3.6.0b2+ When given twice, print more information about the buil ... l reference count and number of used memory blocks when the program finishes or after each statement in th ... the total count of allocated objects for each type when the program finishes. This only works when Python ... ug : same as pymalloc but also install debug hooks When Python is compiled in release mode, the default is ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... stdscr . clear () # This raises ZeroDivisionError when i == 10. for i in range ( 0 , 11 ): v = i - 10 std ... rom (0,0) to (curses.LINES - 1, curses.COLS - 1) . When you call a method to display or erase text, the ef ... een and displays them in the most efficient manner when you call refresh() . For example, if your program ... k(bool) function that's a synonym for curs_set() . When bool is true, the curses library will attempt to s ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 6665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ntrols whether to encode embedded spaces and tabs; when true it encodes such embedded whitespace, and when ...
https://man.plustar.jp/python/library/quopri.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... during the later part of the interpreter shutdown when module globals are liable to have been replaced by ... ritable boolean property which by default is true. When the program exits, it calls all remaining live fin ... nd returns the arguments passed to the constructor when it was created. >>> obj = Object () >>> f = weakre ... it attribute to False , a finalizer will be called when the program exits if it is still alive. For instan ...
https://man.plustar.jp/python/library/weakref.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... read . join () if __name__ == '__main__' : main () When run, the script should print something like the fo ... error ( 'The five boxing wizards jump quickly.' ) When you run this, on the console you will see root : I ... with %d %s ' , lvlname , 2 , 'parameters' ) which, when run, produces something like: 2010-09-06 22:38:15, ... s # (LogRecords)on the queue and handle them, quit when you get a None for a # LogRecord. def listener_pro ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 6564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s an exception, then that exception will be raised when its value is retrieved from the iterator. When usi ... current.futures. wait ( fs , timeout=None , return_when=ALL_COMPLETED ) ¶ fs によって与えられた (別の Exec ... されないか None の場合、無期限に待機します。 return_when でこの関数がいつ結果を返すか指定します。指定できる ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 6564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... らも使えます。 Debugger [デバッガ] (トグル切り替え) When activated, code entered in the Shell or run from a ... xecution process. A connection must be established whenever the Shell starts or restarts. (The latter is i ... library module, such as random.py and tkinter.py . When such a file is located in the same directory as a ... ell on the Shell menu may fix a temporary problem. When IDLE first starts, it attempts to read user config ...
https://man.plustar.jp/python/library/idle.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . The posix argument defines the operational mode: when posix is not true (default), the shlex instance wi ... ll operate in compatibility mode. When operating in POSIX mode, shlex will try to be as c ... ct, and splitting will happen only on whitespaces. When using punctuation_chars , which is intended to pro ... >> list ( s ) ['a', '&', '&', 'b', '||', 'c'] 注釈 When punctuation_chars is specified, the wordchars attr ...
https://man.plustar.jp/python/library/shlex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT