Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 72 for next (0.046 sec.)
3. データモデル — Python 3.6.5 ドキュメント 6180
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ータオブジェクトを返します: イテレータの iterator.__next__() メソッドを呼び出すと、 yield 文を使って値が提供 ... 。 Calling the asynchronous iterator's aiterator.__anext__() method will return an awaitable which when awa ... では、 f_fileno を書き込むことで、ジャンプ命令 (Set Next Statement 命令とも) を実装できます。 フレームオブジ ... して得ることもできます。 読み出し専用の特殊属性: tb_next はスタックトレース内の (例外の発生しているフレーム ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 6180
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... series: ... # the sum of two elements defines the next ... a , b = 0 , 1 >>> while b < 10 : ... print ( b ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6180
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ze ) start += extra_size + comp_size # skip to the next header 11.4. マルチスレッディング ¶ スレッド処理 ( ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... future versions. In other words: if you maintain an external C extension for CPython, you're welcome to e ... (In our sample code we'll just show the two blocks next to each other.) The name of the class and module s ... ove. file A text file. The file destination takes an extra argument, a template to use for building the fi ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... g import logging.handlers import multiprocessing # Next two import lines for this demo only from random im ... unicode_literals import json import logging # This next bit is to ensure the script runs unchanged on 2.x ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... がどの型なのかを逐一追跡しなくても良くなります。 The next issue is making sure you know whether the string l ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt' ) print ( a_float + an_int ) # Notice that the next output does not interpolate '%(bar)s' or '%(baz)s' ...
https://man.plustar.jp/python/library/configparser.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... E を参照してください。 バージョン 3.5 で追加. GET_ANEXT ¶ PUSH(get_awaitable(TOS.__anext__())) を実行します ... FOR_ITER ( delta ) ¶ TOS はイテレータです。 その __next__() メソッドを呼び出します。 新しい値が yield され ...
https://man.plustar.jp/python/library/dis.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... )) r = opener . open ( "http://example.com/" ) The next example illustrates the use of DefaultCookiePolicy ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6026
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クス tb_lineno 現在の Python ソースコードの行番号 tb_next このオブジェクトの内側 (このレベルから呼び出された ... al-only arguments) that are sometimes encountered in extension module APIs. This function is retained prim ...
https://man.plustar.jp/python/library/inspect.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT