Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 186 for Set (0.060 sec.)
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt. RemoteDisconnected ¶ A subclass of ConnectionResetError and BadStatusLine . Raised by HTTPConnection. ... ead() method will be encoded as ISO-8859-1, otherwise the data returned by read() is sent as is. If body ... ly. If body is None , the Content-Length header is set to 0 for methods that expect a body ( PUT , POST , ... is not also a file , the Content-Length header is set to its length. Any other type of body (files and i ...
https://man.plustar.jp/python/library/http.client.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le_from_ defaults to the value of the mangle_from_ setting of the policy (which is True for the compat32 ... rs and other message lines according to the policy settings. If policy is specified, use that policy to c ... sage generation. If policy is None (the default), use the policy associated with the Message or EmailMess ... ied to the output with any bytes with the high bit set reproduced as in the original, and preserve the no ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ystem urandom entropy pool is initialized to increase the security. See the PEP 524 for the rationale. ha ... mented by Ivan Levkivskyi. Tools that use or will use the new syntax: mypy , pytype , PyCharm, etc. PEP 5 ... descriptor protocol to include the new optional __set_name__() method. Whenever a new class is defined, ... : return instance . __dict__ [ self . name ] def __set__ ( self , instance , value ): if not isinstance ( ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンコードされた形式に変更するために get_payload() と set_payload() を使い、必要に応じて Content-Transfer-En ... ンコードされた形式に変更するために get_payload() と set_payload() を使い、必要に応じて Content-Transfer-En ... ンコードされた形式に変更するために get_payload() と set_payload() を使い、必要に応じて Content-Transfer-En ... e.text. MIMEText ( _text , _subtype='plain' , _charset=None , * , policy=compat32 ) ¶ モジュール: email.m ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SSLv2 接続を試みていました。 The ciphers parameter sets the available ciphers for this SSL object. It sho ... すパスを名前付きタプルで返します。パスは SSLContext.set_default_verify_paths() で使われるものと同じです。戻 ... かです。trust は、証明書の目的を、OIDS を内容に持つ set として表すか、または証明書がすべての目的で信頼でき ... ue であれば、サポートしたいプロトコルを SSLContext.set_npn_protocols() メソッドで提示することができます。 ...
https://man.plustar.jp/python/library/ssl.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 柔軟性を提供します。 A Policy object encapsulates a set of attributes and methods that control the behavio ... e email package to alter the default behavior. The settable values and their defaults are described below ... p . wait () Here we are telling BytesGenerator to use the RFC correct line separator characters when crea ... lines in serialized output. The default is \n because that's the internal end-of-line discipline used by ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ers, floats and booleans are held as: strings can use the API to get converted values directly: true [Mul ... empty line. # Inline comments can be harmful because they prevent users # from using the delimiting char ... ) >>> config . read_string ( sample_config ) >>> # Settings with values are treated as before: >>> config ... [ "mysqld" ][ "user" ] 'mysql' >>> # Settings without values provide None: >>> config [ "my ...
https://man.plustar.jp/python/library/configparser.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6042
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly needs to provide an init method if it wishes to set additional attributes beyond those provided by Bas ... is a run of arbitrary text in the ASCII character set. RFC 2047 , however, has an RFC 5322 compatible me ... ll be a naive datetime . If a specific timezone offset is found (including +0000 ), then datetime will co ... t uses datetime.timezone to record the timezone offset. The decoded value of the header is determined by ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 6042
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 注意してください。 5.4. 集合型 ¶ Python には、 集合 (set) を扱うためのデータ型もあります。集合とは、重複する ... 素をもたない、順序づけられていない要素の集まりです。 Set オブジェクトは、和 (union)、積 (intersection)、差 ... た数学的な演算もサポートしています。 中括弧、または set() 関数は set を生成するために使用することができます ... 。注: 空集合を作成するためには set() を使用しなければなりません ( {} ではなく)。後者は ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5976
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... empt (if not specified, the global default timeout setting will be used). If the timeout expires, socket. ... クラスインスタンスは次のメソッドを提供します: SMTP. set_debuglevel ( level ) ¶ デバッグ出力レベルを設定しま ... r and password properties of the SMTP instance are set to appropriate values. User code does not normally ... ers of msg as specified in RFC 5322 : from_addr is set to the Sender field if it is present, and otherwis ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT