Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 273 for THE (0.101 sec.)
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5751
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が中断されたあと TimeoutExpired が再び送出されます。 The input argument is passed to Popen.communicate() an ... d thus to the subprocess's stdin. If used it must be a byte sequ ... pecified or universal_newlines is true. When used, the internal Popen object is automatically created wit ... h stdin=PIPE , and the stdin argument may not be used as well. check に真 ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ue, events logged to this logger will be passed to the handlers of higher level (ancestor) loggers, in ad ... ed to this logger. Messages are passed directly to the ancestor loggers' handlers - neither the level nor ... filters of the ancestor loggers in question are considered. この値 ... agate にすべて委ねます。 setLevel ( level ) ¶ Sets the threshold for this logger to level . Logging messa ...
https://man.plustar.jp/python/library/logging.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ary objects have an additional method that exposes the internal references directly. The references are n ... ot guaranteed to be "live" at the time they are used, so the result of calling the r ... used to avoid creating references that will cause the garbage collector to keep the keys around longer t ... A finalizer will never invoke its callback during the later part of the interpreter shutdown when module ...
https://man.plustar.jp/python/library/weakref.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のユーティリティ ¶ ソースコード: Lib/email/utils.py There are a couple of useful utilities provided in the ... If called without arguments, return current time. Otherwise dt argument should be a datetime instance, an ... d it is converted to the local time zone according to the system time zone ... ng Time) is or is not (respectively) in effect for the specified time. A negative value for isdst causes ...
https://man.plustar.jp/python/library/email.util.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5673
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ョンの短い説明を出力します。 -V ¶ --version ¶ Print the Python version number and exit. Example output cou ... b2+ When given twice, print more information about the build, like: Python 3.6.0b2+ (3.6:84a3c5003510+, O ... 33:55) [GCC 6.2.0 20161005] バージョン 3.6 で追加: The -VV option. 1.1.3. その他のオプション ¶ -b ¶ bytes ... move assert statements and any code conditional on the value of __debug__ . Augment the filename for comp ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
Argparse チュートリアル — Python 3.6.5 ドキュメント 5625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp ... e: ls [OPTION]... [FILE]... List information about the FILEs (the current directory by default). Sort ent ... 3 prog.py usage: prog.py [-h] echo prog.py: error: the following arguments are required: echo $ python3 p ... r () parser . add_argument ( "echo" , help = "echo the string you use here" ) args = parser . parse_args ... prog.py [-h] echo positional arguments: echo echo the string you use here optional arguments: -h, --help ...
https://man.plustar.jp/python/howto/argparse.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5615
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e available with PROTOCOL_TLS in OpenSSL >= 1.1.1. There is no dedicated PROTOCOL constant for just TLS 1 ... 23 クライアントは常に SSLv2 接続を試みていました。 The ciphers parameter sets the available ciphers for t ... his SSL object. It should be a string in the OpenSSL cipher list format . do_handshake_on_conne ... 84, and TLS_CHACHA20_POLY1305_SHA256 were added to the default cipher string. 18.2.1.3. 乱数生成 ¶ ssl. R ...
https://man.plustar.jp/python/library/ssl.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5547
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ata (bytecode and constants) from modules and that the collections module allocated 244 KiB to build name ... pshot1 = tracemalloc . take_snapshot () # ... call the function leaking memory ... snapshot2 = tracemallo ... this is 4428 KiB more than had been loaded before the tests, when the previous snapshot was taken. Simil ... arly, the linecache module has cached 940 KiB of Python sour ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... string values, Path objects are also accepted for the filename argument. close ( ) ¶ ファイルを閉じます。 ... string values, Path objects are also accepted for the filename argument. reopenIfNeeded ( ) ¶ Checks to ... see if the file has changed. If it has, the existing stream i ... s flushed and closed and the file opened again, typically as a precursor to out ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... in b set(['r', 'd', 'b']) >>> a | b # letters in either a or b set(['a', 'c', 'r', 'd', 'b', 'm', 'z', 'l ... %(page)i : %(title)s ' % { 'page' : 2 , 'title' : 'The Best of Times' } '2: The Best of Times' テンプレー ... e' ) >>> t . substitute ({ 'page' : 2 , 'title' : 'The Best of Times' }) '2: The Best of Times' 辞書にキー ... 関数を使っていることに原因がありました。 Not setting the numeric locale caused trouble for extensions that ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT