Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 52 for handler (0.012 sec.)
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 8020
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れる グローバルハンドラの OpenerDirector は、 UnknownHandler を使って上記の問題が起きないようにしています)。 さ ... な *_proxy 環境変数がセットされているなど)には ProxyHandler がデフォルトでインストールされ、これがプロキシを通 ... 書型オブジェクトで渡していたプロキシの扱いは、 ProxyHandler オブジェクトを使用して取得できます。 バージョン 3. ... ることができます。 urllib.request. build_opener ( [ handler , ... ] ) ¶ 与えられた順番に URL ハンドラを連鎖させ ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 7841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... events logged to this logger will be passed to the handlers of higher level (ancestor) loggers, in addition t ... o any handlers attached to this logger. Messages are passed dire ... ctly to the ancestor loggers' handlers - neither the level nor filters of the ancestor l ... erity level or higher will be emitted by whichever handler or handlers service this logger, unless a handler' ...
https://man.plustar.jp/python/library/logging.html - [similar]
20.12. xml.sax.xmlreader --- XML パーサのインタフェース — Python 3.6.5 ドキュメ... 7676
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るインタフェースです。locator オブジェクトは DocumentHandler メソッドを呼び出している間だけ正しい結果を返し、そ ... トリームがサポートされました。 XMLReader. getContentHandler ( ) ¶ 現在の ContentHandler を返します。 XMLReader ... . setContentHandler ( handler ) ¶ 現在の ContentHandler を設定します。 ... ContentHandler が設定されていない場合、内容イベントは破棄されます ...
https://man.plustar.jp/python/library/xml.sax.reader.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 7572
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るか、 SimpleXMLRPCServer を使うか、 CGIXMLRPCRequestHandler を使って CGI 環境に組み込まれるかの、いずれかです。 ... xmlrpc.server. SimpleXMLRPCServer ( addr , requestHandler=SimpleXMLRPCRequestHandler , logRequests=True , al ... 関数の登録のためのメソッドを提供します。 引数 requestHandler にはリクエストハンドラーインスタンスのファクトリー ... を設定します。 デフォルトは SimpleXMLRPCRequestHandler です。 引数 addr と requestHandler は socketserver ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7348
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 汎用オペレーティングシステムサービス » 16.8. logging.handlers --- ロギングハンドラ ¶ ソースコード: Lib/logging/ ... ています。なお、これらのハンドラのうち、3 つ ( StreamHandler , FileHandler および NullHandler ) は、実際には lo ... ラと一緒にここでドキュメント化します。 16.8.1. StreamHandler ¶ logging コアパッケージに含まれる StreamHandler... いったストリームに送信します。 class logging. StreamHandler ( stream=None ) ¶ StreamHandler クラスの新たなイン ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7243
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... rent locale encoding for the surrogateescape error handler. Previously, Py_DecodeLocale() was used for the su ... rent locale encoding for the surrogateescape error handler. Previously, Py_EncodeLocale() was used for the su ... temDefaultEncodeErrors should be used as the error handler ( PEP 383 and PEP 529 ). To encode file names to b ... ing and the Py_FileSystemDefaultEncodeErrors error handler. Py_FileSystemDefaultEncoding が設定されていない場 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 7183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 27. デバッグとプロファイル » 27.2. faulthandler --- Python tracebackのダンプ ¶ バージョン 3.3 で追 ... 対するフォールトハンドラをインストールするには faulthandler.enable() を実行してください。python起動時に有効にす ... るには環境変数 PYTHONFAULTHANDLER を設定するか、コマンドライン引数に -X faulthandler ... ョンはターミナル上で実行しなければなりません。 faulthandler.enable() に渡す引数によってログファイルを指定するこ ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 7183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er ( host , port , app , server_class=WSGIServer , handler_class=WSGIRequestHandler ) ¶ host と port 上で待機 ... 与えられた server_class のインスタンスで、指定された handler_class を使ってリクエストを処理します。 app は PEP ... imple_server. WSGIServer ( server_address , RequestHandlerClass ) ¶ WSGIServer インスタンスを作成します。 ser ... ver_address は (host,port) のタプル、そして RequestHandlerClass はリクエストの処理に使われる http.server.Base ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ンストールします: . tp_new = Custom_new , The tp_new handler is responsible for creating (as opposed to initial ... Custom type above. In this case, we use the tp_new handler to initialize the first and last attributes to non ... is expected to return the instance created. tp_new handlers always accept positional and keyword arguments, b ... her 0 on success or -1 on error. Unlike the tp_new handler, there is no guarantee that tp_init is called at a ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... うになります: def run ( server_class = HTTPServer , handler_class = BaseHTTPRequestHandler ): server_address = ... ' , 8000 ) httpd = server_class ( server_address , handler_class ) httpd . serve_forever () class http.server ... . HTTPServer ( server_address , RequestHandlerClass ) ¶ このクラスは TCPServer クラスの上に構築さ ... タンス変数からアクセスします。 HTTPServer は RequestHandlerClass の初期化のときに与えられなければならず、このモ ...
https://man.plustar.jp/python/library/http.server.html - [similar]
PREV 1 2 3 4 5 6 NEXT