Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 46 for thread (0.063 sec.)
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (0) Fatal Python error: Segmentation fault Current thread 0x00007fb899f39700: File "/home/python/cpython/Lib ... _init__ メソッドで獲得したのか、あるいは (たとえば threading モジュールからの同期オブジェクトを) __enter__ メ ... コンテキスト機構を使用不可にします。この場合、 HAVE_THREADS が False にセットされます。 API の変更 ¶ C モジュ ... al ¶ signal モジュールに新規関数が追加されました: pthread_sigmask() : これを呼び出すスレッドにセットされてい ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 6972
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... と終了処理 プロセスワイドのパラメータ スレッド状態 (thread state) とグローバルインタプリタロック (global inte ...
https://man.plustar.jp/python/c-api/index.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6972
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eout , detect_types , isolation_level , check_same_thread , factory , cached_statements , uri ] ) ¶ ファイル ... のパラメータにセットします。 By default, check_same_thread is True and only the creating thread may use the c ... returned connection may be shared across multiple threads. When using multiple threads with the same connec ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6972
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n when an exception has been set). The function is thread-specific, but there is no way for the profiler to ... know about context switches between threads, so it does not make sense to use this in the pre ... sence of multiple threads. Also, its return value is not used, so it can si ... wrapper replaces the previous one. The function is thread-specific. The wrapper callable cannot define new c ...
https://man.plustar.jp/python/library/sys.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6972
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... header 11.4. マルチスレッディング ¶ スレッド処理 (threading) とは、順序的な依存関係にない複数のタスクを分割 ... のがあります。 以下のコードでは、高水準のモジュール threading でメインのプログラムを動かしながら背後で別のタス ... を動作させられるようにする方法を示しています: import threading , zipfile class AsyncZip ( threading . Thread ) ... : def __init__ ( self , infile , outfile ): threading . Thread . __init__ ( self ) self . infile = in ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6911
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r is not suitable for use in library code and most threaded applications. It also has no effect on the outpu ... nt that is already using the same context manager. threading.RLock is an example of a reentrant context mana ... hat being reentrant is not the same thing as being thread safe. redirect_stdout() , for example, is definite ... ly not thread safe, as it makes a global modification to the sys ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6911
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アクセスを直列化するために用いられるスレッドロック (thread lock) を初期化します。 acquire ( ) ¶ createLock() ... び出しまでのスタックフレーム情報 (利用可能な場合)。 thread %(thread)d スレッド ID (利用可能な場合のみ)。 thre ... adName %(threadName)s スレッド名 (利用可能な場合のみ)。 バージョン ... からはログ記録を使用できないかもしれません。これは、 threading モジュールにおけるロック実装が常にリエントラント ...
https://man.plustar.jp/python/library/logging.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6911
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ame -------- ---- ---- ---- 8467 11-26-02 22:30 jwzthreading.py -------- ------- 8467 1 file amk@nyman:~/src ... p') # Add .zip file to front of path >>> import jwzthreading >>> jwzthreading.__file__ '/tmp/example.zip/jwz ... "Python 2.3 Method Resolution Order" , or read the thread on python-dev starting with the message at https:/ ... メントを調べてください。(Contributed by Greg Ward.) thread モジュールと threading モジュールの仲間として、プラ ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
はじめに — Python 3.6.5 ドキュメント 6849
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... on state)は、スレッド単位に用意された記憶領域 (per-thread storage) 内で管理されます (この記憶領域は、スレッド ... リアリーナ(memory arena)の実装に対する追加チェック。 threadモジュールに対する追加デバッグ機能. ここで言及されて ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6849
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... quenceMatcher ( lambda x : x == " " , ... "private Thread currentThread;" , ... "private volatile Thread cur ... rentThread;" ) ratio() は、[0, 1] の範囲の値を返し、シーケンス ...
https://man.plustar.jp/python/library/difflib.html - [similar]
PREV 1 2 3 4 5 NEXT