Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 146 for default (0.025 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 11684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... ame_of_parameter: converter If the parameter has a default value, add that after the converter: name_of_param ... eter: converter = default_value Argument Clinic's support for "default value ... ite sophisticated; please see the section below on default values for more information. Add a blank line belo ... in the format string, meaning some parameters have default values, you can ignore it. Argument Clinic infers ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 11131
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cumulate' , action = 'store_const' , const = sum , default = max , help = 'sum the integers (default: find th ... this help message and exit --sum sum the integers (default: find the max) 適切な引数を与えて実行した場合、この ... late' , action = 'store_const' , ... const = sum , default = max , ... help = 'sum the integers (default: fin ... _chars='-' , fromfile_prefix_chars=None , argument_default=None , conflict_handler='error' , add_help=True , ...
https://man.plustar.jp/python/library/argparse.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 10931
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sses and methods in the email package to alter the default behavior. The settable values and their defaults a ... re described below. There is a default policy used by all classes in the email package. F ... e pre-Python3.3 version of the email package. This default value for the policy keyword to EmailMessage is th ... e EmailPolicy policy, via its pre-defined instance default . When a Message or EmailMessage object is created ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9493
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ay result in changes to the EmailMessage object as defaults are filled in.) The Generator class can be used t ... y a space at the beginning of a line. mangle_from_ defaults to the value of the mangle_from_ setting of the p ... t rewrap any headers. If manheaderlen is None (the default), wrap headers and other message lines according t ... control message generation. If policy is None (the default), use the policy associated with the Message or Em ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bjects. class email.message. EmailMessage ( policy=default ) ¶ If policy is specified use the rules it specif ... tion of the message. If policy is not set, use the default policy, which follows the rules of the email RFCs ... eader is included in the returned string. unixfrom defaults to False . For backward compatibility with the ba ... se Message class maxheaderlen is accepted, but defaults to None , which means that by default the line le ...
https://man.plustar.jp/python/library/email.message.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 8469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ような、非常に簡単な設定ファイルを例に考えましょう: [DEFAULT] ServerAliveInterval = 45 Compression = yes Compre ... fig = configparser . ConfigParser () >>> config [ 'DEFAULT' ] = { 'ServerAliveInterval' : '45' , ... 'Compres ... [ 'ForwardX11' ] = 'no' # same here >>> config [ 'DEFAULT' ][ 'ForwardX11' ] = 'yes' >>> with open ( 'exampl ... g [ 'bitbucket.org' ][ 'User' ] 'hg' >>> config [ 'DEFAULT' ][ 'Compression' ] 'yes' >>> topsecret = config [ ...
https://man.plustar.jp/python/library/configparser.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 8198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ポートが追加されました。 unicodedata. name ( chr [ , default ] ) ¶ 文字 chr に付いている名前を、文字列で返します ... 。名前が定義されていない場合には default が返されますが、この引数が与えられていなければ Val ... or を発生させます。 unicodedata. decimal ( chr [ , default ] ) ¶ 文字 chr に割り当てられている十進数を、整数で ... 返します。この値が定義されていない場合には default が返されますが、この引数が与えられていなければ Val ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7927
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トコード ( bytecode ) を格納するコードオブジェクト __defaults__ 位置またはキーワード引数の全ての既定値のタプル ... __kwdefaults__ キーワード専用引数の全ての既定値のマッピング __ ... en positional-or-keyword, and that parameters with defaults follow parameters without defaults. The optional ... で追加. class inspect. Parameter ( name , kind , * , default=Parameter.empty , annotation=Parameter.empty ) ¶ P ...
https://man.plustar.jp/python/library/inspect.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 7927
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトを作成するのに役立ちます。 ssl. create_default_context ( purpose=Purpose.SERVER_AUTH , cafile=Non ... くとも1つが与えられている場合) か、 SSLContext.load_default_certs() を使用してデフォルトの CA 証明書をロードし ... これをこのように再有効化できます: ctx = ssl . create_default_context ( Purpose . CLIENT_AUTH ) ctx . options &= ... and TLS_CHACHA20_POLY1305_SHA256 were added to the default cipher string. 18.2.1.3. 乱数生成 ¶ ssl. RAND_byte ...
https://man.plustar.jp/python/library/ssl.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7785
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ram, but interfaces are provided for modifying the default behavior for use by more complex applications. The ... structuredHeader ¶ An "unstructured" header is the default type of header in RFC 5322 . Any header that does ... s (which would be a violation of the RFC under the default policy ), accessing this attribute will result in ... registry. HeaderRegistry ( base_class=BaseHeader , default_class=UnstructuredHeader , use_default_map=True ) ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT