Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 80 for while (0.078 sec.)
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le = sys . stdout ) print ( "-" * 60 ) envdir = {} while True : run_user_code ( envdir ) 次の例は例外とトレ ...
https://man.plustar.jp/python/library/traceback.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... import * color ( 'red' , 'yellow' ) begin_fill () while True : forward ( 200 ) left ( 170 ) if abs ( pos ( ... ) ¶ アンドゥバッファのエントリー数を返します。 >>> while undobufferentries (): ... undo () 24.1.3.8. Compou ...
https://man.plustar.jp/python/library/turtle.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tion to sys.stderr. """ progress = self . progress while True : s = stream . readline () if not s : break i ...
https://man.plustar.jp/python/library/venv.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... yield 123 Generator functions are described below, while asynchronous generator functions are described sep ... ()' is called for the first time." ) ... try : ... while True : ... try : ... value = ( yield value ) ... e ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... uted by Raymond Hettinger.) Encountering a failure while importing a module no longer leaves a partially-in ... 生成するようになっています。 Encountering a failure while importing a module no longer leaves a partially-in ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 比べてみてください: print ( "Hello World" ) および: while True : try : print ( "Hello World" ) break except ... d. If possible, scandir() extracts file attributes while scanning a directory, removing the need to perform ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... _iter corresponds to the Python __iter__() method, while tp_iternext corresponds to the Python __next__() m ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... as the io module is consistent from Python 2 to 3 while the built-in open() function is not (in Python 3 i ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... ような独自のスタイルのつづりを必要とするなど) For a while people just wrote programs that didn't display acc ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lay_date ( loop ): end_time = loop . time () + 5.0 while True : print ( datetime . datetime . now ()) if ( ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT