Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for event (0.057 sec.)
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 7351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ループポリシーへのアクセス 18.5.2.7. Customizing the event loop policy 18.5.3. タスクとコルーチン 18.5.3.1. コ ... ティブ 18.5.7.1. ロック 18.5.7.1.1. Lock 18.5.7.1.2. Event 18.5.7.1.3. Condition 18.5.7.2. セマフォ 18.5.7.2. ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... After getch() returns KEY_MOUSE to signal a mouse event, this method should be call to retrieve the queued ... mouse event, represented as a 5-tuple (id, x, y, z, bstate) . ... istinguish multiple devices, and x , y , z are the event's coordinates. ( z is currently unused.) bstate is ... lue whose bits will be set to indicate the type of event, and will be the bitwise OR of one or more of the ...
https://man.plustar.jp/python/library/curses.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... elf . print_contents ) def print_contents ( self , event ): print ( "hi. contents of entry is now ---->" , ... ことを意味しています。 例えば: def turn_red ( self , event ): event . widget [ "activeforeground" ] = "red" s ... イベントフィールド %f focus %A char %h 高さ %E send_event %k keycode %K keysym %s state %N keysym_num %t tim ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 7273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... グオブジェクト 18.3.4. kqueue オブジェクト 18.3.5. kevent オブジェクト 18.4. selectors --- 高水準の I/O 多重 ... ループポリシーへのアクセス 18.5.2.7. Customizing the event loop policy 18.5.3. タスクとコルーチン 18.5.3.1. コ ... ティブ 18.5.7.1. ロック 18.5.7.1.1. Lock 18.5.7.1.2. Event 18.5.7.1.3. Condition 18.5.7.2. セマフォ 18.5.7.2. ...
https://man.plustar.jp/python/library/ipc.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 7273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 止したい場合は、スレッドを非デーモンスレッドにして、 Event のような適切なシグナル送信機構を使用してください。 ... うプログラム上の間違いを見逃しにくくします。 17.1.7. Event オブジェクト ¶ イベントは、あるスレッドがイベントを ... が true になるまでブロックします。 class threading. Event ¶ イベントオブジェクトを実装しているクラスです。イ ... hore オブジェクト 17.1.6.1. Semaphore の例 17.1.7. Event オブジェクト 17.1.8. Timer オブジェクト 17.1.9. バ ...
https://man.plustar.jp/python/library/threading.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 7211
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... %(message)s ' ) logging . warning ( 'is when this event was logged.' ) これは以下の様なフォーマットで表示さ ... れます: 2010-12-12 11:41:42,612 is when this event was logged. The default format for date/time displ ... Y %I:%M:%S %p' ) logging . warning ( 'is when this event was logged.' ) これは次のように表示されます: 12/12 ... /2010 11:46:36 AM is when this event was logged. datefmt 引数のフォーマットは、 time.st ...
https://man.plustar.jp/python/howto/logging.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... RLock , Semaphore , BoundedSemaphore , Condition , Event , Barrier , Queue , Value , Array をサポートします ... メソッドが追加されました。 class multiprocessing. Event ¶ threading.Event のクローンです。 class multiproc ... 3.3 で変更: wait_for() メソッドが追加されました。 Event ( ) ¶ 共有 threading.Event オブジェクトを作成して、 ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いるシグナル名だけを定義しています。 signal. CTRL_C_EVENT ¶ CTRL+C キーストロークに該当するシグナル。このシグ ... Windows. バージョン 3.2 で追加. signal. CTRL_BREAK_EVENT ¶ CTRL+BREAK キーストロークに該当するシグナル。この ...
https://man.plustar.jp/python/library/signal.html - [similar]
17. 並行実行 — Python 3.6.5 ドキュメント 7071
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hore オブジェクト 17.1.6.1. Semaphore の例 17.1.7. Event オブジェクト 17.1.8. Timer オブジェクト 17.1.9. バ ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ws では、SIGTERM は terminate() の別名です。CTRL_C_EVENT と CTRL_BREAK_EVENT を、 CREATE_NEW_PROCESS_GROUP ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
PREV 1 2 3 4 5 NEXT