Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 42 for request (0.064 sec.)
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . return c . fetchone ()[ 0 ] >>> for name in user_requests : # doctest: +SKIP ... get_phone_number ( name ) ... s, and None . >>> from ast import literal_eval >>> request = "{'req': 3, 'func': 'pow', 'args': (2, 0.5)}" >> ... > literal_eval ( request ) {'args': (2, 0.5), 'req': 3, 'func': 'pow'} >>> ... system('do something harmful')" >>> literal_eval ( request ) Traceback (most recent call last): ... ValueErro ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7014
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ange) errno. EBADR ¶ 無効な要求記述子です (Invalid request descriptor) errno. EXFULL ¶ 変換テーブルが一杯です ... rno. EBADRQC ¶ 無効なリクエストコードです (Invalid request code) errno. EBADSLT ¶ 無効なスロットです (Invalid ... 求されたアドレスを割り当てできません (Cannot assign requested address) errno. ENETDOWN ¶ ネットワークがダウンし ...
https://man.plustar.jp/python/library/errno.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7014
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... osed automatically, and will reconnect on the next request: import http.client conn = http . client . HTTPCon ... on.org' ) for retries in range ( 3 ): try : conn . request ( 'GET' , '/' ) resp = conn . getresponse () excep ... buted by Kushal Das in bpo-17660 .) urllib ¶ A new request.HTTPPasswordMgrWithPriorAuth class allows HTTP Bas ... r to unconditionally send credentials on the first request in order to communicate with servers that return a ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... めのコードはあるでしょうか? あります。これは urllib.request を利用した簡単な例です: #!/usr/local/bin/python im ... port urllib.request # build the query string qs = "First=Josephine&MI= ... connect and send the server a path req = urllib . request . urlopen ( 'http://www.some-server.out-there' '/c ...
https://man.plustar.jp/python/faq/library.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 6967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tor の例 ¶ import concurrent.futures import urllib.request URLS = [ 'http://www.foxnews.com/' , 'http://www.c ... ents def load_url ( url , timeout ): with urllib . request . urlopen ( url , timeout = timeout ) as conn : re ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... モジュールは、 URL からデータを取得するための urllib.request と、メールを送るための smtplib です: >>> from urll ... ib.request import urlopen >>> with urlopen ( 'http://tycho.us ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .5. urllib --- URL を扱うモジュール群 21.6. urllib.request --- URL を開くための拡張可能なライブラリ 21.7. url ... 解析して構成要素にする 21.9. urllib.error --- urllib.request が投げる例外 21.10. urllib.robotparser --- robots. ...
https://man.plustar.jp/python/library/index.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 6890
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 21.8.4. URL のクオート 前のトピックへ 21.6. urllib.request --- URL を開くための拡張可能なライブラリ 次のトピッ ... クへ 21.9. urllib.error --- urllib.request が投げる例外 ナビゲーション 索引 モジュール | 次へ ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... lass LogRecordStreamHandler ( socketserver . StreamRequestHandler ): """Handler for a streaming logging reque ... ally. """ def handle ( self ): """ Handle multiple requests - each expected to be a 4-byte length, followed b ... )], [], [], self . timeout ) if rd : self . handle_request () abort = self . abort def main (): logging . bas ... 'propagate' : True , 'level' : 'INFO' , }, 'django.request' : { 'handlers' : [ 'mail_admins' ], 'level' : 'ER ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 6859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... num ): ... CIRCLE = 1 ... SQUARE = 2 ... >>> class Request ( IntEnum ): ... POST = 1 ... GET = 2 ... >>> Shap ... >>> Shape . CIRCLE == 1 True >>> Shape . CIRCLE == Request . POST True ただし、これらも標準の Enum 列挙型とは ...
https://man.plustar.jp/python/library/enum.html - [similar]
PREV 1 2 3 4 5 NEXT