Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 111 for argument (0.126 sec.)
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ard SMTP-over-SSL port (465) is used. The optional arguments local_hostname , timeout and source_address have ... s well as a regular host:port server. The optional arguments local_hostname and source_address have the same m ... _ok is passed through to auth() . Optional keyword argument initial_response_ok specifies whether, for authent ... es which authentication mechanism is to be used as argument to the AUTH command; the valid values are those li ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... Py_XDECREF() correctly handles the case where its argument is NULL (which might happen here if tp_new failed ... we defined Custom_dealloc to take a CustomObject * argument, but the tp_dealloc function pointer expects to re ... ceive a PyObject * argument. Otherwise, the compiler will emit a warning. This ... ustomType , if a subclass is instantiated) and any arguments passed when the type was called, and is expected ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... urrentThread (), end = ' ' ) print ( 'running with argument' , arg ) time . sleep ( 0.5 ) # Create queue q = q ... d(worker 1, started 130283832797456)> running with argument 0 Worker <Thread(worker 2, started 130283824404752 ... )> running with argument 1 Worker <Thread(worker 3, started 130283816012048 ... )> running with argument 2 Worker <Thread(worker 4, started 130283807619344 ...
https://man.plustar.jp/python/faq/library.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... になっています: import argparse parser = argparse . ArgumentParser ( description = 'Manage servers' , # main de ... s and Linux' ) # displayed after help parser . add_argument ( 'action' , # argument name choices = [ 'deploy' ... 'action on each target' ) # help msg parser . add_argument ( 'targets' , metavar = 'HOSTNAME' , # var name us ... et machines' ) # help msg explanation parser . add_argument ( '-u' , '--user' , # -u or --user option required ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () . isoformat () def main (): parser = argparse . ArgumentParser () parser . add_argument ( '-c' , action = ' ... ce a context format diff (default)' ) parser . add_argument ( '-u' , action = 'store_true' , default = False , ... p = 'Produce a unified format diff' ) parser . add_argument ( '-m' , action = 'store_true' , default = False , ... (can use -c and -l in conjunction)' ) parser . add_argument ( '-n' , action = 'store_true' , default = False , ...
https://man.plustar.jp/python/library/difflib.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ' NAME [ '(' [ arglist ] ')' ] ':' suite arglist : argument ( ',' argument ) * [ ',' ] # The reason that keywo ... s are blocked in ast.c: # multiple (test comp_for) arguments are blocked; keyword unpackings # that precede it ... erable unpackings are blocked; etc. argument : ( test [ comp_for ] | test '=' test | '**' test ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 送出されます。 バージョン 3.6 で追加: Added the fold argument. 他のコンストラクタ、および全てのクラスメソッドを以 ... re equal to the given time object's. If the tzinfo argument is provided, its value is used to set the tzinfo a ... result, otherwise the tzinfo attribute of the time argument is used. For any datetime object d , d == datetime ... ともできます。 バージョン 3.6 で追加: Added the fold argument. datetime. astimezone ( tz=None ) ¶ tz を新たに tz ...
https://man.plustar.jp/python/library/datetime.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6335
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 18214 )。 設定可能なメモリアロケータ ( PEP 445 )。 Argument Clinic ( PEP 436 )。 以降は、たくさんのほかの小さな ... lan and Claudiu Popa in bpo-18690 and bpo-19078 .) Argument Clinic の導入、 inspect と pydoc になされた他の変更 ... フェイスに bind」。コミットログの表現「Expose --bind argument for http.server, enable http.server to bind to a u ... っています。それには __signature__ 属性を含むもの、 Argument Clinic で提供されるメタデータを含むもの、あるいは ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... set instead of Content-Length. The encode_chunked argument is only relevant if Transfer-Encoding is specified ... objects are now chunk-encoded. The encode_chunked argument was added. No attempt is made to determine the Con ... ーバを通しての接続を実行できます。 The host and port arguments specify the endpoint of the tunneled connection ( ... False values. HTTPConnection. putheader ( header , argument [ , ... ] ) ¶ RFC 822 形式のヘッダをサーバに送りま ...
https://man.plustar.jp/python/library/http.client.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or passed to an external program (i.e. the -accept argument to openssl's s_server mode). Always prefer bind_po ... age; loader , standard_tests , and pattern are the arguments expected by load_tests . In simple cases, the tes ... on and were defined in module . The name_of_module argument can specify (as a string or tuple thereof) what mo ... ly a C backend (like csv and its _csv ). The extra argument can be a set of names that wouldn't otherwise be a ...
https://man.plustar.jp/python/library/test.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT