Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 59 for yield (0.021 sec.)
18.5.8. キュー — Python 3.6.5 ドキュメント 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 大きい整数の場合、キューの長さが maxsize に達すると yield from put() はアイテムが get() で除去されるまでブロ ...
https://man.plustar.jp/python/library/asyncio-queue.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 実装における大きな制約は同一の関数実体内で await と yield を使えないことでした。Python 3.6 ではこの制約はなく ... うになりました: async def ticker ( delay , to ): """Yield numbers from 0 to *to* every *delay* seconds.""" f ... or i in range ( to ): yield i await asyncio . sleep ( delay ) 新たな構文のおか ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ure クラス; 逐次処理の並行コードの作成を支援する、 yield from ( PEP 380 ) に基づいたコルーチンおよびタスク; ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ce , start = 0 ): n = start for elem in sequence : yield n , elem n += 1 eval ( expression , globals=None , ... アルの節 "file-input" を参照)。なお、 return および yield 文は、 exec() 関数に渡されたコードの文脈中において ... elem is sentinel : return result . append ( elem ) yield tuple ( result ) イテラブルの左から右への評価順序は ...
https://man.plustar.jp/python/library/functions.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ern に一致する (あらゆる種類の) すべてのファイルを yield します: >>> sorted ( Path ( '.' ) . glob ( '*.py' ... していた場合、ディレクトリの内容のパスオブジェクトを yield します: >>> p = Path ( 'docs' ) >>> for child in p ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dict__ 属性に追加されます。 任意で、連続した要素を yield する (シーケンスではなく) イテレーター。これらの要 ... る必要があります) 任意で、連続する key-value ペアを yield する (シーケンスでなく) イテレーター。これらの要素 ...
https://man.plustar.jp/python/library/pickle.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れました。 pkgutil. iter_importers ( fullname='' ) ¶ Yield finder objects for the given module name. If fulln ... pkgutil. iter_modules ( path=None , prefix='' ) ¶ Yields ModuleInfo for all submodules on path , or, if pa ... ackages ( path=None , prefix='' , onerror=None ) ¶ Yields ModuleInfo for all modules recursively on path , ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on generator is a function or method that uses the yield statement to return a series of values when iterat ... def iter ( self ): ... for i in [ 1 , 2 , 3 ]: ... yield i ... >>> foo = Foo () >>> list ( foo . iter ()) [ ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e all optional. For example, these expressions all yield the same UUID: UUID ( '{12345678-1234-5678-1234-56 ...
https://man.plustar.jp/python/library/uuid.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 索します。マッチしたすべての要素を文書内での出現順で yield するイテレータを返します。 namespaces はオプション ... vents() の前の呼び出しで提供されたイベントは、再度 yield されることはありません。イベントは、イテレータから ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
PREV 1 2 3 4 5 6 NEXT