Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 58 for Process (0.059 sec.)
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 7040
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt/futures/thread.py および Lib/concurrent/futures/process.py concurrent.futures モジュールは、非同期に実行で ... eadPoolExecutor を用いてスレッドで実行することも、 ProcessPoolExecutor を用いて別々のプロセスで実行することも ... s value is retrieved from the iterator. When using ProcessPoolExecutor , this method chops iterables into a n ... く I/O をオーバーラップするのによく使用されるため、 ProcessPoolExecutor のワーカーの数よりもこのワーカーの数を ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7040
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... user logged in on the controlling terminal of the process. For most purposes, it is more useful to use getpa ... ケジューリング優先度を取得します。 which の値は PRIO_PROCESS 、 PRIO_PGRP 、あるいは PRIO_USER のいずれか一つで ... 、 who の値は which に応じて解釈されます ( PRIO_PROCESS であればプロセス識別子、 PRIO_PGRP であればプロセス ... できる環境 : Unix 。 バージョン 3.3 で追加. os. PRIO_PROCESS ¶ os. PRIO_PGRP ¶ os. PRIO_USER ¶ getpriority() と ...
https://man.plustar.jp/python/library/os.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 7040
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ースの制限値が返されます。 pid が見付からないときは ProcessLookupError を、ユーザがプロセスの CAP_SYS_RESOURCE ... he time limit (in microseconds) on CPU time that a process can spend under real-time scheduling without makin ... t may be reserved or used by all of this user id's processes. This limit is enforced only if bit 1 of the vm. ... getrusage() to request resources consumed by child processes of the calling process which have been terminate ...
https://man.plustar.jp/python/library/resource.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 能な派生クラスは以下の通りです: BlockingIOError ChildProcessError ConnectionError FileExistsError FileNotFoundE ... ADirectoryError NotADirectoryError PermissionError ProcessLookupError TimeoutError ConnectionError 自身には細 ... Contributed by Petri Lehtinen in bpo-12021 .) multiprocessing ¶ 関数 multiprocessing.connection.wait() が追加 ... 注: Connection.send() と Connection.recv() で) multiprocessing.Connection オブジェクトを相互に転送出来るように ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
索引 — Python 3.6.5 ドキュメント 6894
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... eamble> pickletools コマンドラインオプション -p, --process timeit コマンドラインオプション -q compileall コマ ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6894
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is set to NOTSET (which causes all messages to be processed when the logger is the root logger, or delegatio ... is set to NOTSET (which causes all messages to be processed). レベルの一覧については ロギングレベル を参照し ... られたファイルの完全なパス名 (利用できる場合のみ)。 process %(process)d プロセス ID (利用可能な場合のみ)。 pro ... cessName %(processName)s プロセス名 (利用可能な場合のみ)。 relativeCr ...
https://man.plustar.jp/python/library/logging.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6894
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 警告を出すための -3 スイッチ を追加しています。 multiprocessing や json といった、いくつか重要な新しいパッケージ ... , 'r' ) as f : for line in f : print line ... more processing code ... このステートメントが実行し終わったあか ... クトリ PEP 著と実装 Christian Heimes. PEP 371: multiprocessing パッケージ ¶ 新しい multiprocessing により、Pyt ... って同期し、単純なデータの配列を共有出来ます。 multiprocessing モジュールは、 threading モジュールがスレッドの ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 6820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 void Py_Exit ( int status ) ¶ Exit the current process. This calls Py_FinalizeEx() and then calls the sta ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... arser = argparse . ArgumentParser ( description = 'Process some integers.' ) parser . add_argument ( 'integer ... n prog.py -h usage: prog.py [-h] [--sum] N [N ...] Process some integers. positional arguments: N an integer ... arser = argparse . ArgumentParser ( description = 'Process some integers.' ) ArgumentParser オブジェクトはコマ ...
https://man.plustar.jp/python/library/argparse.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o. ESRCH ¶ 指定したプロセスは存在しません (No such process) errno. EINTR ¶ システムコールが中断されました (In ... ) errno. ECHILD ¶ 子プロセスがありません (No child processes) errno. EAGAIN ¶ 再試行してください (Try again) ...
https://man.plustar.jp/python/library/errno.html - [similar]
PREV 1 2 3 4 5 6 NEXT