Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 50 for Generator (0.060 sec.)
5. 組み込み例外 — Python 3.6.5 ドキュメント 7173
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が定義されている場合にのみ送出されます。 exception GeneratorExit ¶ ジェネレータ や コルーチン が閉じられたときに ... 送出されます。 generator.close() と coroutine.close() を参照してください。こ ... する際に引数として与えられ、デフォルトは None です。 generator や coroutine 関数が返るとき、新しい StopIteration ... alue 引数として使われます。 from __future__ import generator_stop が宣言されている条件下では、ジェネレータ関数が ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7173
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... exception classes used by the email package. email.generator Generate flat text email messages from a message s ... on for a Python class browser. pydoc Documentation generator and online help system. q queue A synchronized que ...
https://man.plustar.jp/python/py-modindex.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 7053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pes 2.1.0b1 2.2 PEP 227 : Statically Nested Scopes generators 2.2.0a1 2.3 PEP 255 : Simple Generators division ... 6.0a2 3.0 PEP 3112 : Bytes literals in Python 3000 generator_stop 3.5.0b1 3.7 PEP 479 : StopIteration handling ... inside generators 参考 future 文 (future statement) コンパイラがどの ...
https://man.plustar.jp/python/library/__future__.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 7053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1.2.2. Parser API 19.1.2.3. 追記事項 19.1.3. email.generator : MIME 文書の生成 19.1.4. email.policy : ポリシーオ ...
https://man.plustar.jp/python/library/netdata.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 7053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt ( cur . fetchall ()) もう少し短いジェネレータ ( generator ) を使った例です: import sqlite3 import string def ... char_generator (): for c in string . ascii_lowercase : yield ( c ... ny ( "insert into characters(c) values (?)" , char_generator ()) cur . execute ( "select c from characters" ) p ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 7053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ... print ( char ) ... m a p s 9.9. ジェネレータ (generator) ¶ ジェネレータ( generator )は、イテレータを作成す ... しばし 9.8. イテレータ (iterator) 9.9. ジェネレータ (generator) 9.10. ジェネレータ式 前のトピックへ 8. エラーと例 ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6993
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... クラスの属性である場合 だけ です。 ジェネレータ関数 (generator function) yield 文 ( yield 文 の節を参照) を使う関 ... してください。 非同期ジェネレータ関数 (asynchronous generator function) async def を使って定義され、 yield 文を使 ... 用している関数やメソッドを asynchronous generator function と呼びます。 そのような関数は、呼び出され ... ) でデコレータが付けられたジェネレータから返される generator iterator オブジェクトも待機可能ですが、 __await__( ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6933
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーとして以下のジェネレーターが使えます: def readline_generator ( fp ): line = fp . readline () while line : yield ... er.readfp(fp) の代わりに parser.read_file(readline_generator(fp)) を使ってください。 configparser. MAX_INTERPOL ...
https://man.plustar.jp/python/library/configparser.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6933
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メールメッセージの表現 次のトピックへ 19.1.3. email.generator : MIME 文書の生成 ナビゲーション 索引 モジュール | ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
Python チュートリアル — Python 3.6.5 ドキュメント 6933
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... しばし 9.8. イテレータ (iterator) 9.9. ジェネレータ (generator) 9.10. ジェネレータ式 10. 標準ライブラリミニツアー ...
https://man.plustar.jp/python/tutorial/index.html - [similar]
PREV 1 2 3 4 5 NEXT