Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 116 for when (0.046 sec.)
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 7554
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... for a date object in formatted string literals and when using str.format() . For a complete list of format ... g a repeated interval. (A repeated interval occurs when clocks are rolled back at the end of daylight savi ... ng time or when the UTC offset for the current zone is decreased f ... a datetime object in formatted string literals and when using str.format() . For a complete list of format ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7554
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... for all others). mangle_from_ is intended for use when messages are stored in unix mbox format (see mailb ... ructure rooted at msg to the output file specified when the BytesGenerator instance was created. If the po ... for all others). mangle_from_ is intended for use when messages are stored in unix mbox format (see mailb ... ructure rooted at msg to the output file specified when the Generator instance was created. If the policy ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . get_event_loop () # Blocking call which returns when the hello_world() coroutine is done loop . run_unt ... . get_event_loop () # Blocking call which returns when the display_date() coroutine is done loop . run_un ... the AbstractEventLoop.run_until_complete() method when it gets a coroutine object instead of a task. The ... - the future object. If the future is already done when this is called, the callback is scheduled with cal ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly an application only needs to specify the policy when an EmailMessage is created, either by directly ins ... eam using a parser . But the policy can be changed when the message is serialized using a generator . This ... , but to serialize it using standard SMTP settings when sending it to an email server. The email package d ... ut having to worry about how these are represented when serialized. In practice, however, it is often nece ...
https://man.plustar.jp/python/library/email.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... subclass is instantiated) and any arguments passed when the type was called, and is expected to return the ... ects. For this reason, we have to be extra careful when assigning the new attribute values. We might be te ... embers before decrementing their reference counts. When don't we have to do this? when we absolutely know ... that the reference count is greater than 1; when we know that deallocation of the object [1] will n ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on the file system. FeedParser is more appropriate when you are reading the message from a stream which mi ... ge incrementally, and only returns the root object when you close the parser. Note that the parser can be ... sing of email messages, such as would be necessary when reading the text of an email message from a source ... object. The BytesFeedParser is extremely accurate when parsing standards-compliant messages, and it does ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... C 6531 ) should be enabled. The default is False . When True , SMTPUTF8 is accepted as a parameter to the ... MAIL command and when present is passed to process_message() in the kwar ... he SMTP transaction should be decoded using UTF-8. When decode_data is False (the default), the server adv ... e BODY=8BITMIME parameter to the MAIL command, and when present passes it to process_message() in the kwar ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 7354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e in the module that uses it. See where to patch . When date.today() is called a known date is returned, b ... s the yield statement to return a series of values when iterated over [1] . A generator method / function ... ethod with a mock it doesn't become a bound method when fetched from the instance, and so it doesn't get s ... ¶ Another situation is rare, but can bite you, is when your mock is called with mutable arguments. call_a ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 7166
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクトです。 copyright ¶ credits ¶ Objects that when printed or called, print the text of copyright or ... credits, respectively. license ¶ Object that when printed, prints the message "Type license() to see ... the full license text", and when called, displays the full license text in a pager- ...
https://man.plustar.jp/python/library/constants.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 7065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t always read files containing the print function. When 2to3 detects the presence of the from __future__ i ... ut files to be written to. The -n flag is required when using this as backup files do not make sense when ... d to all output filenames. The -n flag is required when specifying this as backups are not necessary when ...
https://man.plustar.jp/python/library/2to3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT