Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 76 for run (0.012 sec.)
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 8242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トをまとめる場合に使用します。 テストランナー (test runner) テストランナー ( test runner ) はテストの実行を ... esize' )) return suite if __name__ == '__main__' : runner = unittest . TextTestRunner () runner . run ( s ... ppedTestCase ( unittest . TestCase ): def test_not_run ( self ): pass TestCase.setUp() もスキップすること ... ストクラス ¶ class unittest. TestCase ( methodName='runTest' ) ¶ TestCase クラスのインスタンスは、 unittes ...
https://man.plustar.jp/python/library/unittest.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 7910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ためにデータを読み取ることができない場合、 LimitOverrunError 例外が送出され、データは内部バッファ内に残りま ... んだバイト文字列 ( bytes ) です。 18.5.5.6. LimitOverrunError ¶ exception asyncio. LimitOverrunError ¶ 区切 ... World!' loop = asyncio . get_event_loop () loop . run_until_complete ( tcp_echo_client ( message , loop ... '127.0.0.1' , 8888 , loop = loop ) server = loop . run_until_complete ( coro ) # Serve requests until Ctr ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 7910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... will produce a standalone executable, which can be run on any machine with the appropriate interpreter av ... parently" (the simplest example is that subprocess.run(['myapp']) won't find your application - you need ... it, you end up with a single-file executable that runs your application. A suitable launcher can be as s ... ulting launcher uses the "Limited ABI", so it will run unchanged with any version of Python 3.x. All it n ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 7799
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ります: >>> import pdb >>> import mymodule >>> pdb . run ( 'mymodule.test()' ) > <string>(0)?() (Pdb) conti ... れぞれが少しづつ違った方法でデバッガに入ります: pdb. run ( statement , globals=None , locals=None ) ¶ デバッ ... c() または eval() の説明を参照してください。) pdb. runeval ( expression , globals=None , locals=None ) ¶ ... ジェクトとして与えられる) expression を評価します。 runeval() から復帰するとき、式の値を返します。その他の ...
https://man.plustar.jp/python/library/pdb.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... . join () if __name__ == '__main__' : main () When run, the script should print something like the follow ... 'The five boxing wizards jump quickly.' ) When you run this, on the console you will see root : INFO Jack ... opped () if __name__ == '__main__' : main () First run the server, and then the client. On the client sid ... %d %s ' , lvlname , 2 , 'parameters' ) which, when run, produces something like: 2010-09-06 22:38:15,292 ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 7688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ントと、インデントは保存されます。 By default, 2to3 runs a set of predefined fixers . The -l flag lists al ... l available fixers. An explicit set of fixers to run can be given with -f . Likewise the -x explicitly ... disables a fixer. The following example runs only the imports and has_key fixers: $ 2to3 -f im ... ports -f has_key example.py This command runs every fixer except the apply fixer: $ 2to3 -x app ...
https://man.plustar.jp/python/library/2to3.html - [similar]
31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 7688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... excludes=[] , replace_paths=[] ) ¶ このクラスでは run_script() および report() メソッドを提供しています。 ... り、モジュールがないように見える場合にも報告します。 run_script ( pathname ) ¶ pathname に指定したファイルの ... ort ModuleFinder finder = ModuleFinder () finder . run_script ( 'bacon.py' ) print ( 'Loaded modules:' ) ... パッケージ拡張ユーティリティ 次のトピックへ 31.4. runpy --- Python モジュールの位置特定と実行 ナビゲーシ ...
https://man.plustar.jp/python/library/modulefinder.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 7688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... タンプをトレース開始時点からの相対秒数で表示します。 run ( cmd ) ¶ コマンドを実行して、現在のトレースパラメ ... c() に渡せるような文字列か code オブジェクトです。 runctx ( cmd , globals=None , locals=None ) ¶ 指定され ... obals と locals はデフォルトで空の辞書となります。 runfunc ( func , *args , **kwds ) ¶ 与えられた引数の f ... ます。 results ( ) ¶ 与えられた Trace インスタンスの run , runctx , runfunc の以前の呼び出しについて集計した ...
https://man.plustar.jp/python/library/trace.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... れ、性能が大幅に向上しました。 新たな関数 subprocess.run() は サブプロセスを実行する合理的な方法 を提供しま ... () loop = asyncio . get_event_loop () try : loop . run_until_complete ( http_get ( 'example.com' )) final ... coro ( 1 , lock ), coro ( 2 , lock )) try : loop . run_until_complete ( coros ) finally : loop . close () ... , fdatasync() , fstat() , fstatvfs() , fsync() , ftruncate() , mkfifo() , mknod() , open() , posix_fadvis ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 7356
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... mands take a lot of options that don't change from run to run; for example, bdist_rpm needs to know every ... e very tedious to do on the command-line for every run. Hence, here is a snippet from the Distutils' own ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT