Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 186 for Set (0.003 sec.)
- Set オブジェクト — Python 3.6.5 ドキュメント 12897
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...ュアル » 具象オブジェクト (concrete object) レイヤ » Set オブジェクト ¶ このセクションでは set と frozenset...mber_InPlaceXor() を含む) を使って利用できます。 PySetObject ¶ この PyObject を継承した型は、 set と froz...enset 両方の内部データを保存するのに用いられます。 PyDic...tObject と同じように、小さい集合(set)に対しては(タプルのように)固定サイズであり、そうで... - https://man.plustar.jp/python/c-api/set.html - [similar]
- 19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 11875
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...er representations, as well as the get_content and set_content dispatch methods. get_content ( msg , *arg...handler, raise a KeyError for the full MIME type. set_content ( msg , obj , *args , **kw ) ¶ If the main...e possible values of key , see get_content() . add_set_handler ( typekey , handler ) ¶ Record handler as...an object of a type matching typekey is passed to set_content() . For the possible values of typekey , s... - https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
- 8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 10062
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...x , count MutableSequence Sequence __getitem__ , __setitem__ , __delitem__ , __len__ , insert Sequence か..._getitem__ , __len__ Sequence から継承したメソッド Set Collection __contains__ , __iter__ , __len__ __le_..._ , __or__ , __sub__ , __xor__ , isdisjoint MutableSet Set __contains__ , __iter__ , __len__ , add , disc...ard Set から継承したメソッドと、 clear , pop , remove , __... - https://man.plustar.jp/python/library/collections.abc.html - [similar]
- 21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 9491
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...さい。 exception http.cookies. CookieError ¶ 属性や Set-Cookie ヘッダが正しくないなど、 RFC 2109 に合致して...りません。 BaseCookie. output ( attrs=None , header='Set-Cookie:' , sep='\r\n' ) ¶ HTTPヘッダ形式の文字列表...ージョン 3.5 で非推奨: value の割り当てには代わりに set() を使用してください。 Morsel. coded_value ¶ 実際に...ン 3.5 で非推奨: coded_value の割り当てには代わりに set() を使用してください。 Morsel. key ¶ cookieの名前。... - https://man.plustar.jp/python/library/http.cookies.html - [similar]
- 21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 9151
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...や port などのクッキー属性にも注意を払います。 注釈 Set-Cookie や Set-Cookie2 ヘッダに現れる多種多様なパラ...main=DefaultCookiePolicy.DomainLiberal , strict_ns_set_initial_dollar=False , strict_ns_set_path=False )...fault, RFC 2109 cookies (ie. cookies received in a Set-Cookie header with a version cookie-attribute of 1...by the CookieJar instance to Netscape cookies, by setting the version attribute of the Cookie instance t... - https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
- 6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 8810
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...で追加. readline. get_history_length ( ) ¶ readline. set_history_length ( length ) ¶ Set or return the desi...イブラリーの add_history() が呼ばれます。 readline. set_auto_history ( enabled ) ¶ Enable or disable autom...s multiple sessions. 6.7.5. 開始フック ¶ readline. set_startup_hook ( [ function ] ) ¶ Set or remove the...before readline prints the first prompt. readline. set_pre_input_hook ( [ function ] ) ¶ Set or remove th... - https://man.plustar.jp/python/library/readline.html - [similar]
- 19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8019
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
.... EmailMessage provides the core functionality for setting and querying header fields, for accessing mess...tured sequence of sub-messages each with their own set of headers and their own payload. The latter type...ssage ( policy=default ) ¶ If policy is specified use the rules it specifies to update and serialize the...representation of the message. If policy is not set, use the default policy, which follows the rules o... - https://man.plustar.jp/python/library/email.message.html - [similar]
- 18.5.2. イベントループ — Python 3.6.5 ドキュメント 7514
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...アクセス手段を提供するものであり、プロセスの実行前に set_event_loop_policy() を呼び出して設定された代替ポリ...).get_event_loop() の呼び出しと等価です。 asyncio. set_event_loop ( loop ) ¶ get_event_loop_policy().set_...: loop = asyncio . ProactorEventLoop () asyncio . set_event_loop ( loop ) 18.5.2.3. プラットフォームでの...handler() はサポートされていません EventLoopPolicy.set_child_watcher() は未サポート: ProactorEventLoop は... - https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
- 26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7173
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...turn_value=DEFAULT , wraps=None , name=None , spec_set=None , unsafe=False , **kwargs ) ¶ 新しい Mock オブ...クが isinstance() テストに通るようになります。 spec_set : より厳しい spec です。こちらを利用した場合、 spe...c_set に渡されたオブジェクトに存在しない属性に対し 設定...n called. Called 1 times. バージョン 3.5 で追加. reset_mock ( * , return_value=False , side_effect=False... - https://man.plustar.jp/python/library/unittest.mock.html - [similar]
- 19.1.9. email.message.Message: Representing an email message using the compat32 ... 6942
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...losophy and structure of the two classes is otherwise the same. This document describes the behavior unde...tured sequence of sub-messages each with their own set of headers and their own payload. The latter type...cified (it must be an instance of a policy class) use the rules it specifies to update and serialize the...representation of the message. If policy is not set, use the compat32 policy, which maintains backward... - https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
