Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for loops (0.015 sec.)
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 12851
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... imeit '"-".join(str(n) for n in range(100))' 10000 loops, best of 3: 30.2 usec per loop $ python3 -m timeit ... '"-".join([str(n) for n in range(100)])' 10000 loops, best of 3: 27.5 usec per loop $ python3 -m timeit ... '"-".join(map(str, range(100)))' 10000 loops, best of 3: 23.2 usec per loop 同じ事を Python イン ... e >= 0.2 second, returning the eventual (number of loops, time taken for that number of loops). It calls ti ...
https://man.plustar.jp/python/library/timeit.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 8457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... layed. pad = curses . newpad ( 100 , 100 ) # These loops fill the pad with letters; addch() is # explained ... be useful in writing more readable tests for such loops. It also supplies conversion functions that take e ...
https://man.plustar.jp/python/howto/curses.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 8236
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... et_event_loop() provide convenient access to event loops managed by the default policy. 18.5.2.5. イベントル ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8236
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ters. code Facilities to implement read-eval-print loops. codecs Encode and decode data and streams. codeop ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 8126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tributed by Raymond Hettinger.) 最適化 ¶ The inner loops for list and tuple slicing were optimized and now ... run about one-third faster. The inner loops for dictionaries were also optimized, resulting in ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 NEXT