Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for domain (0.024 sec.)
35.12. nis --- Sun の NIS (Yellow Pages) へのインタフェース — Python 3.6.5 ドキ... 13330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の関数を定義しています: nis. match ( key , mapname , domain=default_domain ) ¶ mapname 中で key に一致するもの ... の名前の別名になっていないか最初にチェックされます。 domain 引数は検索に使うNISドメインを上書きできます。指定さ ... NISドメイン内が検索されます。 nis. cat ( mapname , domain=default_domain ) ¶ match(key, mapname)==value とな ... の名前の別名になっていないか最初にチェックされます。 domain 引数は検索に使うNISドメインを上書きできます。指定さ ...
https://man.plustar.jp/python/library/nis.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 12149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Cookie2 ヘッダに現れる多種多様なパラメータの名前 ( domain や expires など) は便宜上 属性 と呼ばれますが、ここ ... lass http.cookiejar. DefaultCookiePolicy ( blocked_domains=None , allowed_domains=None , netscape=True , rfc ... 109_as_netscape=None , hide_cookie2=False , strict_domain=False , strict_rfc2965_unverifiable=True , strict_ ... ns_unverifiable=False , strict_ns_domain=DefaultCookiePolicy.DomainLiberal , strict_ns_set_ ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 11841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 形式の API を使いたくなるでしょう。 gettext. bindtextdomain ( domain , localedir=None ) ¶ domain をロケールディ ... を探しに、(Unixでは) localedir/language/LC_MESSAGES/domain.mo というパスを見に行きます。 ここで language はそ ... れます。 localedir が省略されるか None の場合、現在 domain に対応付けられているロケールディレクトリが返されま ... す。 [1] gettext. bind_textdomain_codeset ( domain , codeset=None ) ¶ domain を code ...
https://man.plustar.jp/python/library/gettext.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 10062
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... all encoded words decoded to unicode. idna encoded domain names are also decoded to unicode. The decoded val ... egistry. Address ( display_name='' , username='' , domain='' , addr_spec=None ) ¶ このクラスは電子メールのア ... ドレスの一般的な形式は: [ display_name ] < username @domain > もしくは: username @domain where each part must ... addr_spec can be specified instead of username and domain , in which case username and domain will be parsed ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 9625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... calloc フィールドが追加されました。 PyMemAllocatorDomain ¶ アロケータドメインを同定するための列挙型です。ド ... メインは: PYMEM_DOMAIN_RAW ¶ 関数: PyMem_RawMalloc() PyMem_RawRealloc() P ... yMem_RawCalloc() PyMem_RawFree() PYMEM_DOMAIN_MEM ¶ 関数: PyMem_Malloc() , PyMem_Realloc() PyMem ... _Calloc() PyMem_Free() PYMEM_DOMAIN_OBJ ¶ 関数: PyObject_Malloc() PyObject_Realloc() P ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 8735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ect_traceback() 関数を参照してください。 27.7.2.2. DomainFilter ¶ class tracemalloc. DomainFilter ( inclusiv ... e: bool , domain: int ) ¶ Filter traces of memory blocks by their a ... ddress space (domain). バージョン 3.6 で追加. inclusive ¶ If inclusive ... match memory blocks allocated in the address space domain . If inclusive is False (exclude), match memory bl ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 8363
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... use the malloc() function of the C library for all domains ( PYMEM_DOMAIN_RAW , PYMEM_DOMAIN_MEM , PYMEM_DOM ... ). pymalloc : use the pymalloc allocator for PYMEM_DOMAIN_MEM and PYMEM_DOMAIN_OBJ domains and use the mallo ... c() function for the PYMEM_DOMAIN_RAW domain. Install debug hooks: debug : install d ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 8218
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で追加. email.utils. make_msgid ( idstring=None , domain=None ) ¶ Returns a string suitable for an RFC 2822 ... engthen the uniqueness of the message id. Optional domain if given provides the portion of the msgid after t ... tructing distributed system that uses a consistent domain name across multiple hosts. バージョン 3.2 で変更: ... domain キーワードが追加されました。 The remaining functio ...
https://man.plustar.jp/python/library/email.util.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... the GIL is held when allocator functions of PYMEM_DOMAIN_OBJ (ex: PyObject_Malloc() ) and PYMEM_DOMAIN_MEM ... (ex: PyMem_Malloc() ) domains are called. Checking if the GIL is held is also a ... okes in bpo-26536 .) The getsockopt() constants SO_DOMAIN , SO_PROTOCOL , SO_PEERSEC , and SO_PASSSEC are no ... ions in multiple different address spaces. The new DomainFilter filter class has been added to filter block ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コードがPython向けに書き直されました。 以下の public domain dedicationが、Cのハッシュ関数実装と、拡張コードと、 ... neighboring rights to this software to the public domain worldwide. This software is distributed without an ... You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see h ... ttp://creativecommons.org/publicdomain/zero/1.0/ . The following people have helped with ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
PREV 1 2 3 4 NEXT