Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for Codes (0.018 sec.)
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 13661
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 5 428 PRECONDITION_REQUIRED Additional HTTP Status Codes RFC 6585 429 TOO_MANY_REQUESTS Additional HTTP Sta ... tus Codes RFC 6585 431 REQUEST_HEADER_FIELDS_TOO_LARGE Addit ... ional HTTP Status Codes RFC 6585 500 INTERNAL_SERVER_ERROR HTTP/1.1 RFC 72 ... ORK_AUTHENTICATION_REQUIRED Additional HTTP Status Codes RFC 6585 , Section 6 後方互換性を保つために列挙値は ...
https://man.plustar.jp/python/library/http.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 9598
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... of RFC 2616 for a reference on all the HTTP error codes. 送出された HTTPError インスタンスは整数の 'code' ... ndler.responses is a useful dictionary of response codes in that shows all the response codes used by RFC 2 ... uced here for convenience # Table mapping response codes to messages; entries have the # form {code: (short ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 9347
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れたあとにメソッドが呼ばれると、 code に定数 errors.codes[errors.XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING] ... と、それらのメッセージをエラーコードに対応させる辞書 codes も提供しています。以下を参照してください。 ExpatEr ... セージ です。 属性を解釈するには code 属性と errors.codes[errors.XML_ERROR_ CONSTANT_NAME ] を比較します。 e ... には以下の属性があります: xml.parsers.expat.errors. codes ¶ 数値的なエラーコードを文字列の記述に対応させる辞 ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 8879
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... corresponds to a value found in the dictionary of codes as found in http.server.BaseHTTPRequestHandler.res ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 8394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... nd the curses library will figure out what control codes need to be sent to the terminal to produce the rig ... termine the terminal type, send any required setup codes to the terminal, and create various internal data ...
https://man.plustar.jp/python/howto/curses.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7909
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... r that can handle HTML and XHTML. http HTTP status codes and messages http.client HTTP and HTTPS protocol c ... ts about the pickle protocols and pickle-machine opcodes, as well as some useful functions. pipes (Unix) A ... rsions. timeit Measure the execution time of small code snippets. tkinter Interface to Tcl/Tk for graphical ...
https://man.plustar.jp/python/py-modindex.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 7675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... またはその同族のひとつ) を y* 、 w* または s* format codes のいずれかとともに呼び出す。 どちらのケースでも、b ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ee HTTP ステータスコード for a list of HTTP status codes that are available in this module as constants. 21 ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a complete error reply to the client. The numeric code specifies the HTTP error code, with message as an o ... will be used if no value is provided; for unknown codes the default value for both is the string ??? . The ...
https://man.plustar.jp/python/library/http.server.html - [similar]
PREV 1 NEXT