Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 72 for next (0.076 sec.)
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 0030112190404.GE29873@epoch.metaslash.com>') NNTP. next ( ) ¶ NEXT 命令を送信します。 stat() のような応答を ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... def accumulate (): ... tally = 0 ... while 1 : ... next = yield ... if next is None : ... return tally ... ... tally += next ... >>> def gather_tallies ( tallies ): ... while ... lies = [] >>> acc = gather_tallies ( tallies ) >>> next ( acc ) # Ensure the accumulator is ready to accep ... 13634 .) ssl.SSLContext.set_npn_protocols() による Next Protocol Negotiation 拡張のサポートが追加されました ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... られます。 この変更の一番の目的は、保護されていない next() の呼び出しが StopIteration を送出し、ジェネレータ ... future__ import generator_stop >>> def gen (): ... next ( iter ([])) ... yield ... >>> next ( gen ()) Trac ... sions, a backport of the new ABCs is available in an external PyPI package . compileall ¶ A new compileall ... ow closed automatically, and will reconnect on the next request: import http.client conn = http . client . ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... offset ; /* Iterators */ getiterfunc tp_iter ; iternextfunc tp_iternext ; /* Attribute descriptor and subc ... sult ; } /* Iterators */ getiterfunc tp_iter ; iternextfunc tp_iternext ; These functions provide support ... onds to the Python __iter__() method, while tp_iternext corresponds to the Python __next__() method. Any i ... -- and should also therefore implement the tp_iternext handler. Any iterator object should implement both ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eatment of the main components of the library. The next three sections cover the exceptions the package ma ...
https://man.plustar.jp/python/library/email.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す文字列です。 exception StopIteration ¶ 組込み関数 next() と iterator の __next__() メソッドによって、その ... するために、 asynchronous iterator オブジェクトの __anext__() メソッドによって返される必要があります。 バージ ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... for-loop # because i will be overwritten with the next # index in the range ループが終了してもターゲットリ ... らは非同期のコードが呼べ、 asynchronous iterator の next メソッドからも非同期のコードが呼べます。 async for ... running : try : TARGET = await type ( iter ) . __anext__ ( iter ) except StopAsyncIteration : running = F ... lse : BLOCK else : BLOCK2 詳細は __aiter__() や __anext__() を参照してください。 async def 関数外で async ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 6348
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s the producer from the queue and starts using the next producer, if any. When the producer queue is empty ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6348
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 制御します。 context が False の場合、 numlines は "next" と書かれたハイパーリンクをたどった時に到達する場所 ... より何行前にあるかを制御します (値をゼロにした場合、"next" ハイパーリンクを辿ると変更部分の強調表示がブラウザ ...
https://man.plustar.jp/python/library/difflib.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 6348
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oding='utf-8' ) ¶ Shelf のサブクラスで、 first() , next() , previous() , last() , set_location() メソッドを ...
https://man.plustar.jp/python/library/shelve.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT