Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for scheduler (0.005 sec.)
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 12851
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケジューラを実装するクラスを定義します: class sched. scheduler ( timefunc=time.monotonic , delayfunc=time.sleep ) ...scheduler クラスはイベントをスケジュールするための一般的なイ ... オプション引数になりました。 バージョン 3.3 で変更: scheduler クラスをマルチスレッド環境で安全に使用出来るように ... ラム例です: >>> import sched , time >>> s = sched . scheduler ( time . time , time . sleep ) >>> def print_time ...
https://man.plustar.jp/python/library/sched.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8365
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... mporting them first. s sched General purpose event scheduler. secrets Generate secure random numbers for managi ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 8365
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sched_getaffinity() , sched_getparam() , sched_getscheduler() , sched_rr_get_interval() , sched_setaffinity() ... , sched_setparam() , sched_setscheduler() , sched_yield() , ファイルシステムを制御する新た ... ント (もしあれば) を実行してすぐに戻ります。 これは scheduler を非ブロッキングなアプリケーションで使いたい場合に ... に達するタスクの予定時間までの時間差を返します。---) scheduler クラスをマルチスレッド環境で安全に使えるようになり ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 8162
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ase, it is the responsibility of the event loop or scheduler running the asynchronous generator to call the asy ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 8162
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed by Lorenz Quack; bpo-2250 .) sched モジュールの scheduler インスタンスが読み出し専用の queue 属性を持つように ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 NEXT