Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for timefunc (0.010 sec.)
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 11228
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 実装するクラスを定義します: class sched. scheduler ( timefunc=time.monotonic , delayfunc=time.sleep ) ¶ schedule ... 世界" を実際に扱うための2つの関数を必要とします --- timefunc は引数なしで呼ばれて 1 つの数値を返す callable オブ ... 」を表します)。 time.monotonic が利用出来ない場合、 timefunc のデフォルトには time.time が代わりに使われます。 ... ばならず、その時間だけ遅延する必要があります (引数は timefunc の出力と互換)。 delayfunc は、各々のイベントが実行 ...
https://man.plustar.jp/python/library/sched.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .) scheduler クラスのコンストラクタでのパラメータ timefunc と delayfunc が省略可能になりました。それぞれデフォ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 NEXT