Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 61 for where (0.062 sec.)
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the coroutine is not done, this returns the stack where it is suspended. If the coroutine has completed su ... to be called from a different thread than the one where the event loop is running. Usage: # Create a corou ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... agers directly in the header of the with statement where they are used (as shown in all of the usage exampl ... cks when leaving any with statement, regardless of where those callbacks were added: >>> from contextlib im ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . Headers must be RFC 5233 style names and values, where the field name and value are separated by a colon. ... /plain walk iterates over the subparts of any part where is_multipart() returns True , even though msg.get_ ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... res. Randomized hashing is designed for situations where one party, the message preparer, generates all or ... y consider doing this; we have seen many protocols where a hash that is computed in one part of the protoco ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... method or bind_port() should be used for any tests where a server socket needs to be bound to a particular ... Always prefer bind_port() over find_unused_port() where possible. Using a hard coded port is discouraged s ...
https://man.plustar.jp/python/library/test.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... となります。 int Py_EnterRecursiveCall ( const char *where ) ¶ C レベルの再帰呼び出しをしようとしているところ ... ない値を返します。 そうでない場合はゼロを返します。 where は " in instance check" のような文字列にして、再帰 ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... string. To fill in fmt , execute fmt % part_info , where part_info is a dictionary composed of the followin ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he time of day when rollover occurs, for the cases where rollover is set to happen "at midnight" or "on a p ... aps in the file times corresponding to the minutes where no output (and hence no rollover) occurred. バージ ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... allows __cached__ to be set correctly in the case where __main__ is imported from a valid sys.path entry r ...
https://man.plustar.jp/python/library/runpy.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the client peer as returned by conn.getpeername() where conn is conn . The SMTPChannel operates by invokin ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT