Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 52 for handler (0.058 sec.)
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7019
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ns provide support for the iterator protocol. Both handlers take exactly one parameter, the instance for whic ... od. Any iterable object must implement the tp_iter handler, which must return an iterator object. Here the sa ... nd should also therefore implement the tp_iternext handler. Any iterator object should implement both tp_iter ... and tp_iternext . An iterator's tp_iter handler should return a new reference to the iterator. Its ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 7019
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 字列 %prog は usage と同様に展開されます。 conflict_handler (デフォルト: "error" ) オプション文字列が衝突するよ ... 呼び出せます: parser = OptionParser ( ... , conflict_handler = handler ) 個別にも呼び出せます: parser . set_con ... flict_handler ( handler ) 衝突時の処理をおこなうハンドラ(handler ... 追加してみましょう: parser = OptionParser ( conflict_handler = "resolve" ) parser . add_option ( "-n" , "--dry- ...
https://man.plustar.jp/python/library/optparse.html - [similar]
20.8. xml.dom.pulldom --- 部分的な DOM ツリー構築のサポート — Python 3.6.5 ドキ... 7019
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ulldom. PullDom ( documentFactory=None ) ¶ xml.sax.handler.ContentHandler のサブクラスです。 class xml.dom.pu ... lldom. SAX2DOM ( documentFactory=None ) ¶ xml.sax.handler.ContentHandler のサブクラスです。 xml.dom.pulldom. ...
https://man.plustar.jp/python/library/xml.dom.pulldom.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... qlite3 モジュールに用意されています。 set_progress_handler ( handler , n ) ¶ このメソッドはコールバックを登録 ... び出しが欲しい場合に便利です。 以前登録した progress handler をクリアしたい場合は、このメソッドを、 handler 引数 ... 出してください。 Returning a non-zero value from the handler function will terminate the currently executing qu ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... efix_chars=None , argument_default=None , conflict_handler='error' , add_help=True , allow_abbrev=True ) ¶ 新 ... ローバルなデフォルト値 (デフォルト: None ) conflict_handler - 衝突するオプションを解決する方法 (通常は不要) ad ... --foon バージョン 3.5 で追加. 16.4.2.11. conflict_handler ¶ ArgumentParser オブジェクトは同じオプション文字列 ... す。この動作をするには、 ArgumentParser の conflict_handler= 引数に 'resolve' を渡します: >>> parser = argpars ...
https://man.plustar.jp/python/library/argparse.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bサーバは、クライアントからの接続毎に http_request_handler オブジェクトを作成します。最初はチャネルの終了条件 ... 呼び出されます。 import asynchat class http_request_handler ( asynchat . async_chat ): def __init__ ( self , s ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ァミリー socket.AF_UNIX は UNIX 固有です add_signal_handler() と remove_signal_handler() はサポートされていませ ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... y Selivanov in bpo-27041 .) New loop.get_exception_handler() method to get the current exception handler. (Co ... r.red: 1>, <Color.blue: 2>, <Color.green: 3>] faulthandler ¶ On Windows, the faulthandler module now installs ... a handler for Windows exceptions: see faulthandler.enable() ... rchaka in bpo-17909 .) logging ¶ 新しく WatchedFileHandler.reopenIfNeeded() メソッドが追加され、ログファイルを ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... on Gateway Interface. cgitb Configurable traceback handler for CGI scripts. chunk Module to read IFF chunks. ... class. errno Standard errno system symbols. f faulthandler Dump the Python traceback. fcntl (Unix) The fcntl( ... ent (cookies). http.server HTTP server and request handlers. i imaplib IMAP4 protocol client (requires socket ... onfig Configuration of the logging module. logging.handlers Handlers for the logging module. lzma A Python wr ...
https://man.plustar.jp/python/py-modindex.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 6795
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... とができます。 codecs. register_error ( name , error_handler ) ¶ エラーハンドラ error_handler を名前 name で登録 ... 合、 name が errors 引数として指定されていれば error_handler が呼び出されます。 error_handler はエラーの場所に関 ...
https://man.plustar.jp/python/library/codecs.html - [similar]
PREV 1 2 3 4 5 6 NEXT