Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 76 for run (0.030 sec.)
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セスを開始します。子プロセスはプロセスオブジェクトの run() メソッドの実行に必要なリソースのみ継承します。特 ... When all processes have exited the semaphore tracker unlinks any remaining semaphores. Usually there shou ... ronously res = pool . apply_async ( f , ( 20 ,)) # runs in *only* one process print ( res . get ( timeout ... sly res = pool . apply_async ( os . getpid , ()) # runs in *only* one process print ( res . get ( timeout ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... to its caller. If the generator yields a value, a RuntimeError is raised. If the generator raises any ot ... the responsibility of the event loop or scheduler running the asynchronous generator to call the asynchr ... onous generator-iterator's aclose() method and run the resulting coroutine object, thus allowing any ... n. __anext__ ( ) ¶ Returns an awaitable which when run starts to execute the asynchronous generator or re ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... elf . infile = infile self . outfile = outfile def run ( self ): f = zipfile . ZipFile ( self . outfile , ... . start () print ( 'The main program continues to run in foreground.' ) background . join () # Wait for ... a # remove the one reference >>> gc . collect () # run garbage collection right away 0 >>> d [ 'primary' ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6566
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... のような数字です。 Python には、load-time に、または run-time にリンクできます。load-time なリンクは、 pyth ... on NN .lib に対してリンクするもので、run-time なリンクは python NN .dll に対してリンクするも ... す。これは単にリンカに対するシンボルを定義します。) run-time なリンクは、リンクの選択を大いに単純化します。 ... ppc (); // Initialize (import) the helper class. PyRun_SimpleString ( "import myApp" ); // Import the sha ...
https://man.plustar.jp/python/faq/windows.html - [similar]
29.4. __main__ --- トップレベルのスクリプト環境 — Python 3.6.5 ドキュメント 6566
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です: if __name__ == "__main__" : # execute only if run as a script main () パッケージについては、 __main_ ...
https://man.plustar.jp/python/library/__main__.html - [similar]
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 6566
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... imeoutError 18.5.3.4. フューチャー 18.5.3.4.1. 例: run_until_complete() を使ったフューチャ 18.5.3.4.2. 例 ... : run_forever() を使ったフューチャ 18.5.3.5. タスク 18.5 ... l 18.5.5.5. IncompleteReadError 18.5.5.6. LimitOverrunError 18.5.5.7. ストリームの例 18.5.5.7.1. ストリー ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 6455
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... imeoutError 18.5.3.4. フューチャー 18.5.3.4.1. 例: run_until_complete() を使ったフューチャ 18.5.3.4.2. 例 ... : run_forever() を使ったフューチャ 18.5.3.5. タスク 18.5 ... l 18.5.5.5. IncompleteReadError 18.5.5.6. LimitOverrunError 18.5.5.7. ストリームの例 18.5.5.7.1. ストリー ...
https://man.plustar.jp/python/library/ipc.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6455
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... in__ The environment where the top-level script is run. _dummy_thread Drop-in replacement for the _thread ... emulation of the Unix cal program. cgi Helpers for running Python scripts via the Common Gateway Interfac ... mple interface to text files distutils.unixccompiler UNIX C Compiler distutils.util Miscellaneous other u ... IME types. mmap Interface to memory-mapped files for Unix and Windows. modulefinder Find modules used by ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6455
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... for list and tuple slicing were optimized and now run about one-third faster. The inner loops for dictio ... e efficiency. Appending and popping from lists now runs faster due to more efficient code paths and less ... ist() , tuple() , map() , filter() , and zip() now run several times faster with non-sequence arguments t ... result of the 2.4 optimizations is that Python 2.4 runs the pystone benchmark around 5% faster than Pytho ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 6344
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : loop = asyncio . get_event_loop () date = loop . run_until_complete ( get_date ( loop )) print ( "Curre ... : loop = asyncio . get_event_loop () date = loop . run_until_complete ( get_date ()) print ( "Current dat ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT