Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 156 for all (0.026 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 12984
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... ent Clinic that ships with CPython 3.5 could be totally incompatible and break all your code. Argument Cl ... ウトを用意してください。 Find a Python builtin that calls either PyArg_ParseTuple() or PyArg_ParseTupleAndK ... d paste it in between the [clinic] lines, removing all the junk that makes it a properly quoted C string. ... the future, the first line will be built automatically based on the function's signature.) 例: /*[clinic ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 10683
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... described below. There is a default policy used by all classes in the email package. For all of the parse ... cify explicitly which policy you want to use when calling any of the classes and functions described in t ... class that defines the features that are common to all policy objects, including compat32 . This includes ... certain hook methods that are called internally by the email package, which a custom ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 9353
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... プローブのサポート が追加されました。 新しい PYTHONMALLOC 環境変数が、インタープリタのメモリ確保とメモリア ... as been implemented to support path-like objects . All standard library functions operating on paths have ... g モジュールに数多くの 改善 がなされました。 tracemalloc モジュールが大幅に書き直され、改善されたメモリ割 ... ッセージも改善されています。 より詳しいことは PYTHONMALLOC 節 を参照してください。 セキュリティの改善: The ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 8914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ード import locale locale . setlocale ( locale . LC_ALL , '' ) から書き始めます。これは全てのカテゴリをユー ... g) の形式で返します。 POSIXによると、 setlocale(LC_ALL, '') を呼ばなかったプログラムは、移植可能な 'C' ロ ... ケール設定を使います。 setlocale(LC_ALL, '') を呼ぶことで、 LANG 変数で定義された標準のロケ ... れは常に変数名 LANG を探します。GNU gettext では 'LC_ALL' 、 'LC_CTYPE' 、 'LANG' 、および 'LANGUAGE' の順に ...
https://man.plustar.jp/python/library/locale.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 8694
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を確実に実行したりするために、 try ... except ... finally 構文を使用できます。例外を捕捉する目的が、(完全に ... anager def closing ( thing ): try : yield thing finally : thing . close () そして、明示的に page を close ... d to stdout. For example, the output of help() normally is sent to sys.stdout . You can capture that outp ... ntext ( open ( fname )) for fname in filenames ] # All opened files will automatically be closed at the e ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8694
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y to serialize messages in your application, especially if you are dealing with multiple messages. See em ... to as_string(policy=self.policy.clone(utf8=True) . Allows str(msg) to produce a string containing the ser ... y to serialize messages in your application, especially if you are dealing with multiple messages. See em ... ssages. __bytes__ ( ) ¶ Equivalent to as_bytes() . Allows bytes(msg) to produce a bytes object containing ...
https://man.plustar.jp/python/library/email.message.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 8590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ackage containing fullname, otherwise they will be all registered top level finders (i.e. those on both s ... import されます。 If no module name is specified, all top level finders are produced. バージョン 3.3 で変 ... ( path=None , prefix='' ) ¶ Yields ModuleInfo for all submodules on path , or, if path is None , all top ... prefix='' , onerror=None ) ¶ Yields ModuleInfo for all modules recursively on path , or, if path is None ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y of the policy objects derived from EmailPolicy , all headers are produced by HeaderRegistry and have Ba ... sing a lookup table stored in the HeaderRegistry . All of this is managed transparently for the typical a ... modifying the behavior of HeaderRegistry , and finally the support classes used to represent the data pa ... are passed to BaseHeader from the header_factory call. The string value of any header object is the valu ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 8474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ faulthandler. dump_traceback ( file=sys.stderr , all_threads=True ) ¶ 全スレッドのtracebackを file へダ ... ンプします。もし all_threads が False であれば、現在のスレッドのみダンプ ... ラの状態 ¶ faulthandler. enable ( file=sys.stderr , all_threads=True ) ¶ フォールトハンドラを有効にします。 ... backをダンプするハンドラをインストールします。もし all_threads が True であれば、すべての実行中のスレッド ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 8035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... マンドラインオプションを使います。 -u のオプションに all を指定すると、すべてのリソースを有効にします: pyth ... on -m test -uall 。(よくある場合ですが) 何か一つを除く全てが必要な場 ... 合、カンマで区切った不要なリソースのリストを all の後に並べます。コマンド python -m test -uall,-aud ... tdin . write ( 'hello \n ' ) stdin . seek ( 0 ) # call test code that consumes from sys.stdin captured = ...
https://man.plustar.jp/python/library/test.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT