Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 77 for called (0.091 sec.)
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Return local time as an aware datetime object. If called without arguments, return current time. Otherwise ...
https://man.plustar.jp/python/library/email.util.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... back is dumped or cancel_dump_traceback_later() is called: see issue with file descriptors . この関数は番犬( ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ). The other six arguments are functions that are called to turn argument names, * argument name, ** argume ... ed and __getattr__() and __getattribute__() may be called. For cases where you want passive introspection, l ...
https://man.plustar.jp/python/library/inspect.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... thod upon unpickling. __getnewargs__() will not be called if __getnewargs_ex__() is defined. バージョン 3.6 ... で変更: Before Python 3.6, __getnewargs__() was called instead of __getnewargs_ex__() in protocols 2 and ...
https://man.plustar.jp/python/library/pickle.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 定した場合、プロセスが非ゼロの終了コードで終了すると CalledProcessError 例外が送出されます。 この例外の属性には ... Traceback (most recent call last): ... subprocess.CalledProcessError : Command 'exit 1' returned non-zero e ... rocess. A bytes sequence, or a string if run() was called with an encoding or errors. None if stdout was not ... rocess. A bytes sequence, or a string if run() was called with an encoding or errors. None if stderr was not ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t. When the with block ends, the close() method is called: >>> from telnetlib import Telnet >>> with Telnet ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... is is the method object. When the method object is called with an argument list, a new argument list is cons ... and the argument list, and the function object is called with this new argument list. 9.3.5. クラスとインス ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... tall, upgrade, and remove packages using a program called pip . By default pip will install packages from th ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Traceback (most recent call last): ... subprocess.CalledProcessError : Command 'exit 1' returned non-zero e ... function allows setting a global hook that will be called whenever a coroutine object is created by an async ... y Kushal Das in bpo-21238 .) A new Mock.assert_not_called() method to check if the mock object was called. ( ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6395
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... l arguments. Keep in mind that what was previously called options , now in the argparse context is called ar ...
https://man.plustar.jp/python/library/argparse.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT