Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 37 for connection (0.034 sec.)
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 14207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... たデータがすべてフラッシュされた後、そのプロトコルの connection_lost() メソッドが引数 None で呼び出されます。 is_c ... 以降データは受信されません。最終的にそのプロトコルの connection_lost() メソッドが引数 None で呼び出されます。 can_ ... 以降データは受信されません。最終的にそのプロトコルの connection_lost() メソッドが引数 None で呼び出されます。 18.5 ... タンスから呼び出される場合があります: BaseProtocol. connection_made ( transport ) ¶ コネクションが作成されたときに ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 11507
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コードをコピーしてください。 coroutine asyncio. open_connection ( host=None , port=None , * , loop=None , limit=No ... ne , **kwds ) ¶ create_connection() のラッパーで (reader, writer) ペアを返します。 返 ... protocol_factory を除き、 AbstractEventLoop.create_connection() の通常の引数です; 最も一般的なものは位置引数のホ ... 数は コルーチン です。 coroutine asyncio. open_unix_connection ( path=None , * , loop=None , limit=None , **kwds ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 11002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... このモジュールを使うには、最初にデータベースを表す Connection オブジェクトを作ります。ここではデータはファイル e ... を使うと RAM 上にデータベースを作ることもできます。 Connection があれば、 Cursor オブジェクトを作りその execute() ... e changes conn . commit () # We can also close the connection if we are done with it. # Just be sure any changes ... 5秒) です。 isolation_level パラメータについては、 Connection オブジェクトの、 isolation_level プロパティを参照し ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 10908
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... システムオブジェクトの数値ハンドル。 multiprocessing.connection.wait() を使用していくつかのイベントを同時に wait し ... ption multiprocessing. BufferTooShort ¶ この例外は Connection.recv_bytes_into() によって発生し、バッファーオブジ ... ( [ duplex ] ) ¶ Returns a pair (conn1, conn2) of Connection objects representing the ends of a pipe. duplex が ... reading.local のような関数はありません。 17.2.2.4. Connection オブジェクト ¶ Connection オブジェクトは pickle で ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 8998
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ader, and sent to the remote server as part of the connection process when invoking an XML-RPC method. You only ... onfigures the SSL settings of the underlying HTTPS connection. 生成されるインスタンスはリモートサーバへのプロクシ ... ost , port self . proxy_headers = headers def make_connection ( self , host ): connection = http . client . HTTP ... Connection ( * self . proxy ) connection . set_tunnel ( host , headers = self . proxy_heade ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 8508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クションの作成 ¶ coroutine AbstractEventLoop. create_connection ( protocol_factory , host=None , port=None , * , s ... コルインスタンスはトランスポートと紐付けられ、それの connection_made() メソッドが呼び出される。 コルーチンは (トラ ... p で SSL/TLS がサポートされました。 参考 関数 open_connection() はプロトコルではなく ( StreamReader , StreamWrit ... ください。 coroutine AbstractEventLoop. create_unix_connection ( protocol_factory , path , * , ssl=None , sock=No ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 8508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ってネットワーク接続が切られました (Network dropped connection because of reset) errno. ECONNABORTED ¶ ソフトウェ ... アによって接続が終了されました (Software caused connection abort) errno. ECONNRESET ¶ 接続がピアによってリセッ ... トされました (Connection reset by peer) errno. ENOBUFS ¶ バッファに空きがあ ... ce) errno. ETIMEDOUT ¶ 接続がタイムアウトしました (Connection timed out) errno. ECONNREFUSED ¶ 接続を拒否されまし ...
https://man.plustar.jp/python/library/errno.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 8303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 業スレッドを立ち上げる前にセマフォを初期化します: maxconnections = 5 # ... pool_sema = BoundedSemaphore ( value = ... maxconnections ) 作業スレッドは、ひとたび立ち上がると、サーバへ接 ... th pool_sema : conn = connectdb () try : # ... use connection ... finally : conn . close () 有限セマフォを使うと ... erver (): start_server () b . wait () while True : connection = accept_connection () process_server_connection ( ...
https://man.plustar.jp/python/library/threading.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 以下のクラスを提供しています: class http.client. HTTPConnection ( host , port=None , [ timeout , ] source_address= ... None ) ¶ HTTPConnection インスタンスは、HTTP サーバとの一回のトランザクショ ... ンスタンスを生成します: >>> h1 = http . client . HTTPConnection ( 'www.python.org' ) >>> h2 = http . client . HTTP ... 'www.python.org:80' ) >>> h3 = http . client . HTTPConnection ( 'www.python.org' , 80 ) >>> h4 = http . client . ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... out ] ) ¶ Return a new NNTP object, representing a connection to the NNTP server running on host host , listenin ... n optional timeout can be specified for the socket connection. If the optional user and password are provided, o ... y consume OSError exceptions and to close the NNTP connection when done, e.g.: >>> from nntplib import NNTP >>> ... n a new NNTP_SSL object, representing an encrypted connection to the NNTP server running on host host , listenin ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
PREV 1 2 3 4 NEXT