Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 140 for Use (0.125 sec.)
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... hon modules pkg.mod1 and pkg.mod2 . You can always use the --inplace option on the command-line to ensure ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... oncrete instance of the type you are implementing, use the PyObject_TypeCheck() function. A sample of its ... use might be something like the following: if ( ! PyOb ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
Argparse チュートリアル — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp ... みましょう: $ ls cpython devguide prog.py pypy rm-unused-function.patch $ ls pypy ctypes_configure demo do ... pypy -rw-r--r-- 1 wena wena 741 Feb 18 01:01 rm-unused-function.patch $ ls --help Usage: ls [OPTION]... ... dd_argument ( "echo" , help = "echo the string you use here" ) args = parser . parse_args () print ( args ... cho positional arguments: echo echo the string you use here optional arguments: -h, --help show this help ...
https://man.plustar.jp/python/howto/argparse.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2109 and RFC 2965 cookies. It is not expected that users of http.cookiejar construct their own Cookie ins ... State Management Mechanism Obsoleted by RFC 2965. Uses Set-Cookie with version=1. RFC 2965 - HTTP State ... ata.html Unfinished errata to RFC 2965. RFC 2964 - Use of HTTP State Management 21.24.1. CookieJar および ... , as documented by urllib.request . The request is used to set default values for cookie-attributes as we ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sions RFC 5842 , Section 7.1 (Experimental) 226 IM_USED Delta Encoding in HTTP RFC 3229 , Section 10.4.1 ... 4 NOT_MODIFIED HTTP/1.1 RFC 7232 , Section 4.1 305 USE_PROXY HTTP/1.1 RFC 7231 , Section 6.4.5 307 TEMPOR ...
https://man.plustar.jp/python/library/http.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tly. Address objects are hashable , so they can be used as keys in dictionaries. class ipaddress. IPv4Add ... 0.1.0.0.2.ip6.arpa' This is the name that could be used for performing a PTR lookup, not the resolved hos ... rk . Network objects are hashable , so they can be used as keys in dictionaries. class ipaddress. IPv4Net ... sed are always the same as str(network) . exploded uses the exploded form the network address. with_netma ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s = repeat ( x0 , 36 ) # only the initial value is used >>> [ format ( x , '.2f' ) for x in accumulate ( ... n-steps ahead. If n is None, consume entirely." # Use functions that consume iterators at C speed. if n ... uence elements and then returns None indefinitely. Useful for emulating the behavior of the built-in map( ... num_active )) def partition ( pred , iterable ): 'Use a predicate to partition entries into false entrie ...
https://man.plustar.jp/python/library/itertools.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aunching multiple evaluations asynchronously *may* use more processes multiple_results = [ pool . apply_a ... return Proxy オブジェクト for a number of commonly used data types to be synchronized across processes. T ... than employing nested Proxy オブジェクト for most use cases but also demonstrates a level of control ove ... d not None, it should be a byte string and will be used as the secret key for an HMAC-based authenticatio ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レーズ を生成するには: # On standard Linux systems, use a convenient dictionary file. # Other platforms ma ...
https://man.plustar.jp/python/library/secrets.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ionAbortedError', 'ConnectionError', 'ConnectionRefusedError', 'ConnectionResetError', 'DeprecationWarnin ... rror', 'UnicodeTranslateError', 'UnicodeWarning', 'UserWarning', 'ValueError', 'Warning', 'ZeroDivisionEr ... odule named B in a package named A . Just like the use of modules saves the authors of different modules ... orry about each other's global variable names, the use of dotted module names saves the authors of multi- ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT