Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 80 for while (0.048 sec.)
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... # It's an uploaded file; count lines linecount = 0 while True : line = fileitem . file . readline () if not ...
https://man.plustar.jp/python/library/cgi.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... readline_generator ( fp ): line = fp . readline () while line : yield line line = fp . readline () parser.r ...
https://man.plustar.jp/python/library/configparser.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... object.__enter__() is provided which returns self while object.__exit__() is an abstract method which by d ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... get_close_matches ( 'wheel' , keyword . kwlist ) ['while'] >>> get_close_matches ( 'pineapple' , keyword . ...
https://man.plustar.jp/python/library/difflib.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ifferent. We also document here some methods that, while supported by the EmailMessage class, are not recom ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed. That means 2001:db00::0/24 is a valid argument while 2001:db00::0/ffff:ff00:: not. An integer that fits ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... qlite3." ) print ( "Enter a blank line to exit." ) while True : line = input () if line == "" : break buffe ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le is returned, which supports the write() method. While a writable file handle is open, attempting to read ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... one continue for lambda try True def from nonlocal while and del global not with as elif if or yield assert ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 5999
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 1.7, 55.3, 52.5, 47.8] 5.7. 条件についてもう少し ¶ while や if 文で使った条件 (condition) には、値の比較だけ ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT