Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for proxy (0.033 sec.)
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 14483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... てデフォルトで行います。 class xmlrpc.client. ServerProxy ( uri , transport=None , encoding=None , verbose=F ... use_builtin_types フラグが追加されました。 A ServerProxy instance is an object that manages communication w ... ollowing parameters govern the use of the returned proxy instance. If allow_none is true, the Python consta ... described below. Server は、後方互換性の為に ServerProxy の別名として残されています。新しいコードでは Serve ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 10759
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 さらに、プロキシ設定が検出された場合(例えば http_proxy のような *_proxy 環境変数がセットされているなど)に ...ProxyHandler がデフォルトでインストールされ、これがプロキ ... いて辞書型オブジェクトで渡していたプロキシの扱いは、 ProxyHandler オブジェクトを使用して取得できます。 バージ ... 呼び出せるようになっていなければなりません) 。クラス ProxyHandler (proxy 設定が検出された場合), UnknownHandle ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 9897
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... has not changed since given time' ), 305 : ( 'Use Proxy' , 'You must use proxy specified in Location to ac ... RI not available in preferred format.' ), 407 : ( 'Proxy Authentication Required' , 'You must authenticate ... with ' 'this proxy before proceeding.' ), 408 : ( 'Request Timeout' , ... Gateway' , 'Invalid responses from another server/proxy.' ), 503 : ( 'Service Unavailable' , 'The server c ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 9052
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... torType と同じかもしれません。 class types. MappingProxyType ( mapping ) ¶ 読み出し専用のマッピングのプロキ ... 映するということです。 バージョン 3.3 で追加. key in proxy 元になったマッピングが key というキーを持っている場 ... True を返します。そうでなければ False を返します。 proxy[key] 元になったマッピングの key というキーに対応す ... ey が存在しなければ、 KeyError が発生します。 iter(proxy) 元になったマッピングのキーを列挙するイテレータを返 ...
https://man.plustar.jp/python/library/types.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことができます。 register ( typeid [ , callable [ , proxytype [ , exposed [ , method_to_typeid [ , create_me ... thod 引数が False の場合は、 None でも構いません。 proxytype はこの typeid で共有オブジェクトのプロキシを作 ... 成するために使用される BaseProxy のサブクラスです。 None の場合、プロキシクラスは自 ... 動的に作成されます。 exposed は BaseProxy._callmethod() を使用したアクセスが許されるべき typ ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 8293
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... T_MODIFIED HTTP/1.1 RFC 7232 , Section 4.1 305 USE_PROXY HTTP/1.1 RFC 7231 , Section 6.4.5 307 TEMPORARY_RE ... T_ACCEPTABLE HTTP/1.1 RFC 7231 , Section 6.5.6 407 PROXY_AUTHENTICATION_REQUIRED HTTP/1.1 Authentication RF ...
https://man.plustar.jp/python/library/http.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ded in the CONNECT request, not the address of the proxy server). ヘッダのパラメータは CONNECT リクエストで ... グされます。 For example, to tunnel through a HTTPS proxy server running locally on port 8080, we would pass ... the address of the proxy to the HTTPSConnection constructor, and the addres ...
https://man.plustar.jp/python/library/http.client.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 8207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... うとすると weakref.ReferenceError 例外が起こります: proxy = weakref . proxy ( obj ) proxy . attr # Equivalen ... t to obj.attr proxy . meth () # Equivalent to obj.meth() del obj proxy ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
索引 — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 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]
17. 並行実行 — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .2.2.7.2. リモートマネージャーを使用する 17.2.2.8. Proxy オブジェクト 17.2.2.8.1. クリーンアップ 17.2.2.9. ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
PREV 1 2 NEXT