Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 59 for contains (0.043 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... way of putting it is that the symmetric difference contains all elements that are in exactly one set. Again, t ... ルを扱えるようになっています。 The new heapq module contains an implementation of a heap queue algorithm. A hea ... dictionary methods are implemented ['__cmp__', '__contains__', '__delitem__', '__doc__', '__getitem__', '__in ... of hour, minute, and second; and datetime , which contains all the attributes of both date and time . There's ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クトである点を除けば、 fold() と同じです。 value may contain surrogateescaped binary data. These could be conver ... his case a ValueError is raised if the input value contains CR or LF characters. header_fetch_parse ( name , v ... header_fetch_parse ( name , value ) ¶ If the value contains binary data, it is converted into a Header object ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... from the start of the optional input data. wfile ¶ Contains the output stream for writing a response back to t ... essage になっています。 responses ¶ This attribute contains a mapping of error code integers to two-element tu ...
https://man.plustar.jp/python/library/http.server.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... st.__getitem__() , dict.__getitem__() , and dict.__contains__() are now implemented as method_descriptor objec ... ous specialized collection datatypes. Currently it contains just one type, deque , a double-ended queue that s ... Contributed by Raymond Hettinger.) 新規関数 PyDict_Contains(d, k) は、処理内で起こる例外のマスキングなしでの高 ... 、スロット内で定義される関数を許します。これは set.__contains__() のようなメソッドへのアクセス時間を半分にします ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... on の式 o.count(value) と同じです。 int PySequence_Contains ( PyObject *o , PyObject *value ) ¶ o に value が入 ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ment and deletion. objobjproc PySequenceMethods.sq_contains ¶ This function may be used by PySequence_Contains ... slot may be left to NULL , in this case PySequence_Contains() simply traverses the sequence until it finds a m ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sg ) text = fp . getvalue () If the message object contains binary data that is not encoded according to RFC s ... 複製されたものもふくめてヘッダ数の合計を返します。 __contains__ ( name ) ¶ メッセージオブジェクトが name という名 ... the message parts are not multiparts , but they do contain subparts. is_multipart() returns True and walk desc ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xample, specifying a cte of 7bit for an input that contains non-ASCII values), raise a ValueError . For str ob ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ype. Raise a ValueError exception if value has (or contains an object that has) an unsupported type. version 引 ...
https://man.plustar.jp/python/library/marshal.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は、もう片方の鍵 のみ で復号できます。 A certificate contains information about two principals. It contains the ... a subject , and the subject's public key. It also contains a statement by a second principal, the issuer , th ... formation in the certificate. The certificate also contains information about the time period over which it is ...
https://man.plustar.jp/python/library/ssl.html - [similar]
PREV 1 2 3 4 5 6 NEXT