Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for asynchat (0.024 sec.)
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 13948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 18. プロセス間通信とネットワーク » 18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ ¶ ソ ... ースコード: Lib/asynchat.py バージョン 3.6 で非推奨: 代わりに asyncio を使っ ... しいコードでは asyncio を利用することを推奨します。 asynchat を使うと、 asyncore を基盤とした非同期なサーバ・ク ... ライアントをより簡単に開発する事ができます。 asynchat では、プロトコルの要素が任意の文字列で終了するか、 ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 9311
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クライアントを簡単に開発することができます。とくに、 asynchat のような、対話型のアプリケーションやプロトコルには ... ーク チャネル を asyncore.dispatcher クラス、または asynchat.async_chat のインスタンスとして作成します。作成され ... ップが使用されます。チャネル ( asyncore.dispatcher , asynchat.async_chat とそのサブクラス) は自由に混ぜて map に ... トプログラムに適しています。もっと高レベルな場合には asynchat.async_chat を利用してください。 class asyncore. fi ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 8538
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ライアント 18.6.2. 基本的な echo サーバーの例 18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ 18.7 ... .1. asynchat 使用例 18.8. signal --- 非同期イベントにハンドラを ...
https://man.plustar.jp/python/library/ipc.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8448
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 91 .) 非推奨の Python モジュール、関数、メソッド ¶ asynchatasynchat は asyncio により非推奨になりました。 ( ... e distribution at Tools/scripts/h2py.py . 非推奨の asynchat.fifo クラスは削除されました。 Python 3.6 への移植 ... on 挙動 非推奨の Python モジュール、関数、メソッド asynchat asyncore dbm distutils grp importlib os re ssl tki ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8214
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ast Abstract Syntax Tree classes and manipulation. asynchat Support for asynchronous command/response protocol ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 8142
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スク 18.6. asyncore --- 非同期ソケットハンドラ 18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ 18.8 ...
https://man.plustar.jp/python/library/index.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 8142
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールの内容 18.8.3. 使用例 前のトピックへ 18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ 次の ...
https://man.plustar.jp/python/library/signal.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8070
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) smtpd ¶ SMTPServer クラスと SMTPChannel クラスが asynchat.async_chat の map 引数に垂れ流すための map キーワー ... .) (---訳注: 正確にはここでの変更は SMTPChannel は asynchat.async_chat.__init__(self, conn, map=map) 、SMTPSer ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Subversion のログを参照してください。 asyncore と asynchat モジュールが再び活発に保守され、多数のパッチとバグ ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 NEXT