Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 62 for protocol (0.057 sec.)
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... x" >>> m . x Retrieving var "x" 20 >>> m . y 5 The protocol is simple and offers exciting possibilities. Sever ... and class methods are all based on the descriptor protocol. プロパティ ¶ property() を呼び出すことで、属性へア ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た場合に送出されます。 exception http.client. UnknownProtocol ¶ HTTPException サブクラスです。 exception http.cl ... f an excessively long line is received in the HTTP protocol from the server. exception http.client. RemoteDisc ... unked transfer encoding has been added to the HTTP protocol version 1.1. Unless the HTTP server is known to ha ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e back to the client. Proper adherence to the HTTP protocol must be used when writing to this stream in order ... ッダを指定します。デフォルトでは 'text/html' です。 protocol_version ¶ この値には応答に使われる HTTP プロトコル ...
https://man.plustar.jp/python/library/http.server.html - [similar]
32.13. pickletools --- pickle 開発者のためのツール群 — Python 3.6.5 ドキュメン... 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1 2 6: \x86 TUPLE2 7: q BINPUT 0 9: . STOP highest protocol among opcodes = 2 32.13.1.1. コマンドラインオプショ ...
https://man.plustar.jp/python/library/pickletools.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TP/HTTPSトランスポート層でエラーが発生した場合には ProtocolError を送出します。 Error をベースとする Fault と ... された値を返すか、または Fault オブジェクトもしくは ProtocolError オブジェクトでエラーを通知します。 Servers th ... stances of ServerProxy support the context manager protocol for closing the underlying transport. 以下は、動作 ... "Fault string: %s " % err . faultString ) 21.26.5. ProtocolError オブジェクト ¶ class xmlrpc.client. ProtocolE ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
索引 — Python 3.6.5 ドキュメント 6444
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... 演算子 << 演算子 <<= augmented assignment <= 演算子 <protocol>_proxy = assignment statement == 演算子 > 演算子 > ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ects. bytes-like object バッファプロトコル (buffer Protocol) をサポートしていて、 C 言語レベルで 連続した ( co ... a path, or an object implementing the os.PathLike protocol. An object that supports the os.PathLike protocol ...
https://man.plustar.jp/python/glossary.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... たり、特殊なケースに遭遇すると、 HyperText Transfer Protocol に関するいくつかのことを理解する必要があります。 H ... t received, please continue' ), 101 : ( 'Switching Protocols' , 'Switching to new protocol; obey Upgrade heade ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s seriously consider doing this; we have seen many protocols where a hash that is computed in one part of the ... same. Personalizing each hash function used in the protocol summarily stops this type of attack. ( The Skein H ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 6444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 CookiePolicy. rfc2965 ¶ Implement RFC 2965 protocol. CookiePolicy. hide_cookie2 ¶ Don't add Cookie2 he ... 実装であり、いつもうまくいくとは限りません! RFC 2965 protocol strictness switches: DefaultCookiePolicy. strict_r ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT