Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 95 for check (0.025 sec.)
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 14245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a. open ( filename , mode="rb" , * , format=None , check=-1 , preset=None , filters=None , encoding=None , ... ZMADecompressor と同じ意味になります。この時、引数 check および preset は使用しないでください。 書き出し用に ... オープンした場合、引数 format 、 check 、 preset 、および filters は LZMACompressor と同じ ... ile ( filename=None , mode="r" , * , format=None , check=-1 , preset=None , filters=None ) ¶ LZMA 圧縮ファイ ...
https://man.plustar.jp/python/library/lzma.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 12125
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... oo' , [ 'foo.c' ])], ) 7.4. パッケージのチェック ¶ check コマンドで、パッケージのメタデータが配布物をビルド ... 使って呼び出してください。何かが不足していた場合は、 check で警告が表示されるでしょう。 簡単なスクリプトを例に ... tutils.core import setup setup ( name = 'foobar' ) check コマンドを走らせると、いくつかの警告が表示されます ... : $ python setup.py check running check warning: check: missing required met ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 11124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... err=None , shell=False , cwd=None , timeout=None , check=False , encoding=None , errors=None ) ¶ args で指定 ... ターの内容と同じになります - timeout 、 input および check は除き、この関数の全引数は Popen インターフェースに ... , and the stdin argument may not be used as well. check に真を指定した場合、プロセスが非ゼロの終了コードで ... ) >>> subprocess . run ( "exit 1" , shell = True , check = True ) Traceback (most recent call last): ... su ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
32.8. tabnanny --- あいまいなインデントの検出 — Python 3.6.5 ドキュメント 10374
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。しかし、IDE 上にインポートして下で説明する関数 check() を使うことができます。 注釈 このモジュールが提供 ... うな変更は後方互換性がないかもしれません。 tabnanny. check ( file_or_dir ) ¶ file_or_dir がディレクトリであっ ... た場合に process_tokens() が送出します。 この例外は check() で捕捉され処理されます。 tabnanny. process_token ... は、 tokenize モジュールによって生成されたトークンを check() が処理するために使われます。 参考 tokenize モジュ ...
https://man.plustar.jp/python/library/tabnanny.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 9255
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 冗長性に None を設定して実行されます。 test.support. check_warnings ( *filters , quiet=True ) ¶ warning が正し ... tch_warnings(record=True) を呼ぶのとほぼ同じです。 check_warnings は ("message regexp", WarningCategory) の ... 数が1つもない場合、デフォルトでは次のようになります: check_warnings (( "" , Warning ), quiet = True ) この場合 ... ンテキストマネージャーは次のようにして使います: with check_warnings (( "assertion is always true" , SyntaxWar ...
https://man.plustar.jp/python/library/test.html - [similar]
DateTime オブジェクト — Python 3.6.5 ドキュメント 8623
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... のポインタを入れます。 型チェックマクロ: int PyDate_Check ( PyObject *ob ) ¶ ob が PyDateTime_DateType 型か ... します; ob は NULL であってはなりません。 int PyDate_CheckExact ( PyObject *ob ) ¶ ob が PyDateTime_DateType ... ; ob は NULL であってはなりません。 int PyDateTime_Check ( PyObject *ob ) ¶ ob が PyDateTime_DateTimeType 型 ... ; ob は NULL であってはなりません。 int PyDateTime_CheckExact ( PyObject *ob ) ¶ ob が PyDateTime_DateTimeT ...
https://man.plustar.jp/python/c-api/datetime.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 7873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t__ ( self , acquire_resource , release_resource , check_resource_ok = None ): self . acquire_resource = ac ... urce self . release_resource = release_resource if check_resource_ok is None : def check_resource_ok ( reso ... urce ): return True self . check_resource_ok = check_resource_ok @contextmanager de ... ack : stack . push ( self ) yield # The validation check passed and didn't raise an exception # Accordingly ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 7636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... できるオプション引数のセットを指定します。 optparse.check_choice() はユーザの指定したオプション引数とマスタリ ... マンドライン中に現れた場合にはエラーになります。 def check_order ( option , opt_str , value , parser ): if pa ... d_option ( "-a" , action = "callback" , callback = check_order ) parser . add_option ( "-b" , action = "sto ... セットされるフラグを一般化しなければなりません。 def check_order ( option , opt_str , value , parser ): if pa ...
https://man.plustar.jp/python/library/optparse.html - [similar]
イテレータオブジェクト (iterator object) — Python 3.6.5 ドキュメント 7385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ータオブジェクトの型オブジェクトです。 int PySeqIter_Check ( op ) ¶ PySeqIter_Type の型が op のときに真を返し ... タオブジェクトの型オブジェクトです。 int PyCallIter_Check ( op ) ¶ op の型が PyCallIter_Type のときに真を返し ...
https://man.plustar.jp/python/c-api/iterator.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 7385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Python オブジェクトに対して動作します。 int PySet_Check ( PyObject *p ) ¶ p が set かそのサブタイプのオブジ ... ェクトであるときに true を返します。 int PyFrozenSet_Check ( PyObject *p ) ¶ p が frozenset かそのサブタイプの ... ジェクトであるときに true を返します。 int PyAnySet_Check ( PyObject *p ) ¶ p が set か frozenset 、あるいは ... オブジェクトであれば、true を返します。 int PyAnySet_CheckExact ( PyObject *p ) ¶ p が set か frozenset のどち ...
https://man.plustar.jp/python/c-api/set.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT