Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for option (0.074 sec.)
29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 7054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... この順序で) os.pathsep 区切りで表示されます。 If any option is given, the script will exit with one of these v ...
https://man.plustar.jp/python/library/site.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 7054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... request is one whose URL the user did not have the option to approve. For example, if the request is for an ... image in an HTML document, and the user had no option to approve the automatic fetching of the image, th ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rmatting language also now has support for the '_' option to signal the use of an underscore for a thousands ... extends the descriptor protocol to include the new optional __set_name__() method. Whenever a new class is d ... inascii ¶ The b2a_base64() function now accepts an optional newline keyword argument to control whether the ... -28720 .) The namedtuple() function now accepts an optional keyword argument module , which, when specified, ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Argparse チュートリアル — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp ... 01 rm-unused-function.patch $ ls --help Usage: ls [OPTION]... [FILE]... List information about the FILEs (th ... 関する多くの情報を表示します。このケースでは、 -l はoptional引数として知られます。 ヘルプテキストの抜粋です。 ... og.py $ python3 prog.py --help usage: prog.py [-h] optional arguments: -h, --help show this help message and ... sage: prog.py [-h] echo positional arguments: echo optional arguments: -h, --help show this help message and ...
https://man.plustar.jp/python/howto/argparse.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... re it. Argument Clinic infers which parameters are optional based on whether or not they have default values ... r each parameter. But per-parameter docstrings are optional; you can skip this step if you prefer. Here's ho ... nly arguments.) This approach was used to simulate optional arguments back before PyArg_ParseTupleAndKeyword ... e converted to use PyArg_ParseTupleAndKeywords() , optional arguments, and default values, it's not always p ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ばなりません: CERT_NONE (証明書は無視されます), CERT_OPTIONAL (必要としないが、提供された場合は検証します), CE ... te_default_context ( Purpose . CLIENT_AUTH ) ctx . options &= ~ ssl . OP_NO_SSLv3 バージョン 3.4 で追加. バー ... すべき点 に関する議論を参照してください。 ssl. CERT_OPTIONAL ¶ Possible value for SSLContext.verify_mode , or ... client and server support. Despite the name, this option can select both "SSL" and "TLS" protocols. バージョ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ORT set on it. Tests should never set these socket options for TCP/IP sockets. The only case for setting the ... se options is testing multicasting via multiple UDP sockets. ... Additionally, if the SO_EXCLUSIVEADDRUSE socket option is available (i.e. on Windows), it will be set on ...
https://man.plustar.jp/python/library/test.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... setitem__ = Mock ( side_effect = setitem ) A third option is to use MagicMock but passing in dict as the spe ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) There is no way for CGI code to tell whether the option was set, so a separate handler class is provided. ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to write files into the archive with the mode='w' option. バージョン 3.6 で変更: Calling open() on a closed ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
PREV 1 2 3 4 5 NEXT