Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 77 for called (0.180 sec.)
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 6837
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bject, or NULL if not needed. This function may be called before module state is allocated ( PyModule_GetSta ... bject, or NULL if not needed. This function may be called before module state is allocated ( PyModule_GetSta ... bject, or NULL if not needed. This function may be called before module state is allocated ( PyModule_GetSta ...
https://man.plustar.jp/python/c-api/module.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 6837
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es with the object on which the get_body method is called. If related is not included in preferencelist , co ... tching starts with the object on which get_body is called, calling get_body on a multipart/related will retu ... ME-Version headers are added when set_content() is called, since sub-parts do not need their own MIME-Versio ...
https://man.plustar.jp/python/library/email.message.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6837
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 参照してください)。 On Windows, signal() can only be called with SIGABRT , SIGFPE , SIGILL , SIGINT , SIGSEGV ... ation about that signal. The signal handler is not called for the delivered signal. The function raises an I ... andler ( signum , frame ): print ( 'Signal handler called with signal' , signum ) raise OSError ( "Couldn't ...
https://man.plustar.jp/python/library/signal.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 6754
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s pause_writing() and resume_writing() methods are called. If specified, the low-water limit must be less th ... r high nor low can be negative. pause_writing() is called when the buffer size becomes greater than or equal ... e. If writing has been paused, resume_writing() is called when the buffer size becomes less than or equal to ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6754
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... object. It is undefined what happens if feed() is called after this method has been called. class email.par ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6616
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... tiated) and any arguments passed when the type was called, and is expected to return the instance created. t ... new handler, there is no guarantee that tp_init is called at all (for example, the pickle module by default ... __init__() on unpickled instances). It can also be called multiple times. Anyone can call the __init__() met ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 6616
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... e. By Python convention, the instance reference is called self but may be called this or any other variable ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6616
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sumed to represent time in the system timezone. If called without arguments (or with tz=None ) the system lo ... ョン 3.6 で変更: The astimezone() method can now be called on naive instances that are presumed to represent ... reat them. The default # fromutc() implementation (called by the default astimezone() # implementation) pass ... イムゾーンデータベース The Time Zone Database (often called tz, tzdata or zoneinfo) contains code and data tha ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 6616
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... if the content type is unknown when the method is called. Header may raise this error for certain base64 de ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 6616
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . def example (): ... """Docstring""" ... print ( 'Called example function' ) ... >>> example () Calling dec ... orated function Called example function >>> example . __name__ 'example' ...
https://man.plustar.jp/python/library/functools.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT