Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 46 of about 46 for thread (0.094 sec.)
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 6727
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... る環境 : Unix 。 バージョン 3.3 で追加. time. CLOCK_THREAD_CPUTIME_ID ¶ スレッド固有の CPU タイムクロックです ...
https://man.plustar.jp/python/library/time.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 6727
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... terval', 'settrace', 'stderr', 'stdin', 'stdout', 'thread_info', 'version', 'version_info', 'warnoptions'] 引 ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6727
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... eIncludes() および isCallable() は削除されました。 thread モジュールの整理: acquire_lock() ならびに release_ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... て Py_VISIT() を呼び出します。例えば、次のコードは _thread 拡張モジュールの local_traverse() 関数です: static ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... de is being executed, including from any arbitrary thread. If __del__() needs to take a lock or invoke any o ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... トの file.__enter__() が self を返しているからです。 threading モジュールのロック・条件変数でも ' with ' ステー ... トメントの恩恵にあずかれます: lock = threading . Lock () with lock : # Critical section of cod ... レッドのロック獲得の両方をやってのけています: lock = threading . Lock () with nested ( db_transaction ( db ), ... 配列を共有出来ます。 multiprocessing モジュールは、 threading モジュールがスレッドの代わりにプロセスを使ように ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 2 3 4 5 NEXT