Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 34 for threading (0.017 sec.)
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7317
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 'i'] >>> 'h' in d # search the deque True Queue や threading のようないくつかのモジュールで、 collections.deque ... ようになっています。 (Contributed by Lars Gustäbel.) threading モジュールで、スレッドローカルなデータのサポートに ... 性値は異なるスレッドごとにローカルになります: import threading data = threading . local () data . number = 42 dat ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7237
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... トの file.__enter__() が self を返しているからです。 threading モジュールのロック・条件変数でも ' with ' ステート ... メントの恩恵にあずかれます: lock = threading . Lock () with lock : # Critical section of code . ... レッドのロック獲得の両方をやってのけています: lock = threading . Lock () with nested ( db_transaction ( db ), loc ... ようになっています。 (Contributed by Lars Gustäbel.) threading モジュールで、新しいスレッドを作る際に使われるスタ ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 7173
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スク; Future およびコルーチンのキャンセルのサポート; threading モジュール内のそれに類似した、シングルスレッド内の ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... グしやすくなるようにプールから作られたワーカスレッド threading.Thread の名前を管理できるようになりました。 17.4.2 ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rom subprocess import Popen , PIPE import sys from threading import Thread from urllib.parse import urlparse fr ...
https://man.plustar.jp/python/library/venv.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクトです。 バージョン 3.2 で変更: thread.lock, threading.Lock, code オブジェクトのサポートが追加されました。 ...
https://man.plustar.jp/python/library/weakref.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... うになりました。(Added by Lars Gustäbel; bpo-7232 .) threading.Event クラスの wait() メソッドは、終了時に内部フラ ... .fork() を実行する前に import ロックを取得し、また threading モジュールを使って生成された全てのロックをクリーン ... uters; bpo-1590864 .) Py_Finalize() 関数は、内部の threading._shutdown() 関数を呼び出します。これにより、インタ ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . (Contributed by Serhiy Storchaka in bpo-21549 .) threading ¶ Lock.acquire() と RLock.acquire() の両メソッドが ... の他の変更 sqlite3 subprocess sys sysconfig tarfile threading time timeit tkinter traceback types unicodedata un ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7014
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... and Serhiy Storchaka in bpo-18585 and bpo-18725 .) threading ¶ メインスレッドを表現する Thread オブジェクトを、 ... stat struct subprocess sunau sys tarfile textwrap threading traceback types urllib unittest venv wave weakref ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 6934
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... れたスレッド ¶ Python API を通して作られたスレッド ( threading モジュールなど) では自動的にスレッド状態が割り当て ...
https://man.plustar.jp/python/c-api/init.html - [similar]
PREV 1 2 3 4 NEXT