Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 47 for register (0.071 sec.)
9.1. numbers --- 数の抽象基底クラス — Python 3.6.5 ドキュメント 6916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のようにします: class MyFoo ( Complex ): ... MyFoo . register ( Real ) 9.1.2.2. 算術演算の実装 ¶ 算術演算を実装す ...
https://man.plustar.jp/python/library/numbers.html - [similar]
21.1. webbrowser --- 便利なウェブブラウザコントローラー — Python 3.6.5 ドキュメ... 6916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルトブラウザのコントローラーを返します。 webbrowser. register ( name , constructor , instance=None ) ¶ ブラウザの ...
https://man.plustar.jp/python/library/webbrowser.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... スから XML 文書を組み立てます xml.etree.ElementTree.register_namespace() 、大域名前空間接頭辞を登録するのに使用 ... ssed tar file'), ('zip', 'ZIP file')] >>> shutil . register_archive_format ( # register a new archive format . ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... connected sockets rsock , wsock = socketpair () # Register the open socket to wait for data reader , writer = ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( "Received:" , data . decode ()) # We are done: unregister the file descriptor loop . remove_reader ( rsock ) ... # Stop the event loop loop . stop () # Register the file descriptor for read event loop . add_read ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 6749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... been closed, stop the event loop loop . stop () # Register the socket to wait for data connect_coro = loop . ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 6749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スケープシーケンスに置換) も使えます。他にも codecs.register_error() で登録されたエラー処理名が有効です。 newli ...
https://man.plustar.jp/python/library/io.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... refreplace' , 'backslashreplace' および関数 codecs.register_error() によって登録された名前です。これについては ... る他の値は、 'ignore' 、 'replace' 、その他の codecs.register_error() を通して登録された名前で、節 エラーハンドラ ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 6749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 理命令ノードのみを含みます。 xml.etree.ElementTree. register_namespace ( prefix , uri ) ¶ 名前空間の接頭辞を登録 ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6673
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... す。この拡張されたインターフェイスを実装している型は register() を使用することで明示的に登録することが出来ます。 ...
https://man.plustar.jp/python/glossary.html - [similar]
PREV 1 2 3 4 5 NEXT