Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 56 for defined (0.029 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 13923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... the same as the one seen by Python. Check the name defined in the PyModuleDef or PyTypeObject as appropriate. ... _default The default value for this parameter when defined in C. Specifically, this will be the initializer f ... ion you are cloning from must have been previously defined in the current file. Python コードの呼び出し ¶ The ... result in Clinic code using types before they are defined, or your code attempting to use Clinic-generated c ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 13614
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... nal __set_name__() method. Whenever a new class is defined, the new method will be called on all descriptors ... providing them with a reference to the class being defined and the name given to the descriptor within the cl ... new interface represented by os.PathLike has been defined. By implementing the __fspath__() method, an objec ... ithout directly manipulating function pointers for defined functions. PEP 523 changes this by providing an AP ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 10299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed future : < Task finished coro =< coro () done , defined at asyncio / coroutines . py : 139 > exception = E ... ved future : < Task finished coro =< bug () done , defined at test . py : 3 > exception = Exception ( 'not co ... pending! task: <Task pending coro=<kill_me() done, defined at test.py:5> wait_for=<Future pending cb=[Task._w ... op=loop) task: <Task pending coro=<kill_me() done, defined at test.py:5> wait_for=<Future pending cb=[Task._w ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 9400
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn None . This could happen if the object has been defined in C or the interactive shell. inspect. getfile ( ... . For example, in CPython, some built-in functions defined in C provide no metadata about their arguments. cl ... parameters, or None if there are no such defaults defined. kwonlyargs is a list of keyword-only parameter na ... object in the chain has a __signature__ attribute defined. ValueError is raised if a cycle is encountered. バ ...
https://man.plustar.jp/python/library/inspect.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 8796
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... UTF8 determines whether the SMTPUTF8 extension (as defined in RFC 6531 ) should be enabled. The default is Fa ... UTF8 determines whether the SMTPUTF8 extension (as defined in RFC 6531 ) should be enabled. The default is Fa ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 8501
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s of ref_api not found on other_api , except for a defined list of items to be ignored in this check specifie ... her they match the public name convention and were defined in module . The name_of_module argument can specif ... g or tuple thereof) what module(s) an API could be defined in in order to be detected as a public API. One ca ...
https://man.plustar.jp/python/library/test.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 8501
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 理するのに役立ちます。 code ¶ An HTTP status code as defined in RFC 2616 . This numeric value corresponds to a ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 8192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... al DST timezone, in seconds west of UTC, if one is defined. This is negative if the local DST timezone is eas ... low. time. daylight ¶ Nonzero if a DST timezone is defined. See note below. time. timezone ¶ The offset of th ... e of the local DST timezone. If no DST timezone is defined, the second string should not be used. See note be ...
https://man.plustar.jp/python/library/time.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 8192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... . print () ... >>> # Now call the function we just defined: ... fib ( 2000 ) 0 1 1 2 3 5 8 13 21 34 55 89 144 ... 関数名の値は、インタプリタからはユーザ定義関数 (user-defined function) として認識される型を持ちます。この値は別 ... metadata information about the types used by user-defined functions (see PEP 484 for more information). アノ ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7897
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is the Compat32 policy, via its corresponding pre-defined instance compat32 . This policy provides for compl ... mailMessage is the EmailPolicy policy, via its pre-defined instance default . When a Message or EmailMessage ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
PREV 1 2 3 4 5 6 NEXT