Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 80 for while (0.081 sec.)
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xpr target, expr iter, stmt* body, stmt* orelse) | While(expr test, stmt* body, stmt* orelse) | If(expr tes ...
https://man.plustar.jp/python/library/ast.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ) writer . write ( query . encode ( 'latin-1' )) while True : line = yield from reader . readline () if n ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことなく全てのキーを出力します: k = db . firstkey () while k != None : print ( k ) k = db . nextkey ( k ) gdb ...
https://man.plustar.jp/python/library/dbm.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d name (all characters up to the ' : ' separator), while value should be the unfolded value (all line separ ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he lowest priority task. Raise KeyError if empty.' while pq : priority , count , task = heappop ( pq ) if t ...
https://man.plustar.jp/python/library/heapq.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( "GET" , "/" ) >>> r1 = conn . getresponse () >>> while not r1 . closed : ... print ( r1 . read ( 200 )) # ...
https://man.plustar.jp/python/library/http.client.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... port the readable end as being ready. w . close () while readers : for r in wait ( readers ): try : msg = r ... es = pool . apply_async ( calculate , TASKS [ 0 ]) while 1 : sys . stdout . flush () try : sys . stdout . w ... = ' ' ) it = pool . imap ( calculatestar , TASKS ) while 1 : sys . stdout . flush () try : sys . stdout . w ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of these characters is returned as a single token. While this is short of a full parser for shells (which w ...
https://man.plustar.jp/python/library/shlex.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r\n\r\n " % ( fromaddr , ", " . join ( toaddrs ))) while True : try : line = input () except EOFError : bre ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6259
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nformation that may arrive out of order or be lost while in transit. The parameters are the same as for TCP ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT