Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 76 for run (0.005 sec.)
- 31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 12509
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...リ » 31. モジュールのインポート » 31.4. runpy --- Python モジュールの位置特定と実行 ¶ ソースコ...ード: Lib/runpy.py runpy モジュールは Python のモジュールをインポ...等) は関数から戻った後にそのまま残ります。 さらに、 runpy 関数から戻った後で、実行されたコードによって定義...lib がこのモジュールより適切な選択となるでしょう。 runpy モジュールは2つの関数を提供しています: runpy. ru... - https://man.plustar.jp/python/library/runpy.html - [similar]
- 18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 10708
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...from . Calling a coroutine does not start its code running -- the coroutine object returned by the call d...ts execution. There are two basic ways to start it running: call await coroutine or yield from coroutine...coroutine (assuming the other coroutine is already running!), or schedule its execution using the ensure_...ns when the hello_world() coroutine is done loop . run_until_complete ( hello_world ()) loop . close () 参... - https://man.plustar.jp/python/library/asyncio-task.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 10265
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...らディレクトリ名へのマッピング 辞書 distutils.core. run_setup ( script_name [ , script_args=None , stop_af...ter='run' ] ) ¶ 制御された環境でセットアップスクリプトを実行...のデータは Distribution インスタンスに保存される)。 run 全てのコマンドを実行したあとに停止する(関数 setup(...名のリスト (ファイル名やパスではない) 文字列のリスト runtime_library_dirs 実行時(shared extensionでは、拡張... - https://man.plustar.jp/python/distutils/apiref.html - [similar]
- 17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 9932
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ブプロセスを起動する推奨手段は、すべての用法を扱える run() 関数を使用することです。より高度な用法では下層の...pen インターフェースを直接使用することもできます。 run() 関数は Python 3.5 で追加されました; 過去のバージ...合は、 古い高水準 API 節をご覧ください。 subprocess. run ( args , * , stdin=None , input=None , stdout=None...e, or a string if encoding or errors is specified or universal_newlines is true. When used, the internal... - https://man.plustar.jp/python/library/subprocess.html - [similar]
- 25.5. IDLE — Python 3.6.5 ドキュメント 9821
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ncluding lines within multiline strings. 25.5.1.4. Run メニュー (Editor ウィンドウのみ) ¶ Python Shell [P...Editor ウィンドウでそのおよその位置に移動します。 Run Module [モジュールの実行] まず Check Module (上述)...り替え) When activated, code entered in the Shell or run from an Editor will run under the debugger. In the...[-r file] [-s] [-t title] [-] [arg] ... -c command run command in the shell window -d enable debugger and... - https://man.plustar.jp/python/library/idle.html - [similar]
- 18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 9711
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ol ( message , loop ), '127.0.0.1' , 8888 ) loop . run_until_complete ( coro ) loop . run_forever () loop...() この例ではイベントループを 2 個実行しています。 run_until_complete() メソッドはサーバが待ち受け状態にな...停止などを行うための短いコルーチンの代用になります。 run_until_complete() の終了時、ループの実行は終了してい...entProtocol , '127.0.0.1' , 8888 ) server = loop . run_until_complete ( coro ) # Serve requests until Ctr... - https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
- 18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 9586
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...8.5.1.1. イベントループの実行 ¶ AbstractEventLoop. run_forever ( ) ¶ stop() が呼ばれるまで実行します。もし...run_forever() が呼ばれる前に stop() が呼ばれた場合、こ...ュールされていたもの) を実行した後、終了します。もし run_forever() の実行中に stop() が呼ばれた場合、現在バ...ールされたコールバックは実行されません。それらは次に run_forever() が呼ばれたときに実行されます。 バージョン... - https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
- 18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 9475
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...からコルーチンオブジェクトをスケジュールする場合は、 run_coroutine_threadsafe() メソッドを使用してください。...run_coroutine_threadsafe() は結果にアクセスするための...rent.futures.Future を返します: future = asyncio . run_coroutine_threadsafe ( coro_func (), loop ) result...it for the result with a timeout AbstractEventLoop.run_in_executor() メソッドをスレッドプール実行者ととも... - https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
- 27.4. Python プロファイラ — Python 3.6.5 ドキュメント 8588
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ようにできます: import cProfile import re cProfile . run ( 're.compile("foo|bar")' ) (お使いのシステムで cP...数字は 1 つしか表示されないことに留意してください。 run() 関数でファイル名を指定することで、プロファイル実...とが出来ます。 import cProfile import re cProfile . run ( 're.compile("foo|bar")' , 'restats' ) pstats.Sta...ofile モジュールは以下の関数を提供します: profile. run ( command , filename=None , sort=-1 ) ¶ この関数は... - https://man.plustar.jp/python/library/profile.html - [similar]
- 17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 8242
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ッドにトレース関数を設定します。 func は各スレッドの run() を呼び出す前にスレッドの sys.settrace() に渡され...にプロファイル関数を設定します。 func は各スレッドの run() を呼び出す前にスレッドの sys.setprofile() に渡さ...ドのスタックサイズの変更がサポートされていない場合、 RuntimeError を送出します。不正なスタックサイズが指定さ...トをコンストラクタへ渡す方法、もう一つはサブクラスで run() メソッドをオーバライドする方法です。 (コンストラ... - https://man.plustar.jp/python/library/threading.html - [similar]
