Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 59 of about 59 for yield (0.086 sec.)
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6346
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . The sqlite3 module also allows using an iterator yielding parameters instead of a sequence. import sqlite ... _generator (): for c in string . ascii_lowercase : yield ( c ,) con = sqlite3 . connect ( ":memory:" ) cur ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 6346
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... path . splitext ( tarinfo . name )[ 1 ] == ".py" : yield tarinfo tar = tarfile . open ( "sample.tar.gz" ) t ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 6346
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... await or async keywords. async def コルーチン内で yield from 式を使用すると SyntaxError になります。 コルー ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6346
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... erson, respectively.) pdb ¶ pdb が、ジェネレータ、 yieldyield from をより価値ある方法で処理するように強 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジはそのイテレータからは見えません。そのイテレータが yield するまえにメールボックスから削除されたメッセージは ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... erator function def baz (): for i in range ( 10 ): yield i * i # Proxy type for generator objects class Gen ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pattern , string , flags=0 ) ¶ Return an iterator yielding match objects over all non-overlapping matches ... : kind = value column = mo . start () - line_start yield Token ( kind , value , line_num , column ) stateme ...
https://man.plustar.jp/python/library/re.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 自動的に返します。ジェネレータに関する詳細な情報は、 yield 式のドキュメント にあります。 4.6. シーケンス型 -- ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使用されます。イテレータは毎回の呼び出しにおいて値を yield しなければなりません。この値は、送出される例外イン ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 4 5 6 NEXT