Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 61 for buffer (0.109 sec.)
索引 — Python 3.6.5 ドキュメント 6537
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... ンドラインオプション コマンドラインオプション -b, --buffer unittest コマンドラインオプション -c <command> コマ ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ' , 'wb' or 'rb+' ) で開かれたファイル、 sys.stdin.buffer 、 sys.stdout.buffer 、 io.BytesIO や gzip.GzipFil ... str objects. bytes-like object バッファプロトコル (buffer Protocol) をサポートしていて、 C 言語レベルで 連続 ...
https://man.plustar.jp/python/glossary.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r) errno. ENOBUFS ¶ バッファに空きがありません (No buffer space available) errno. EISCONN ¶ 通信端点がすでに ...
https://man.plustar.jp/python/library/errno.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ソッドと属性もあります: SSLSocket. read ( len=1024 , buffer=None ) ¶ SSL ソケットからデータの len バイトまでを ... し、読み出した結果を bytes インスタンスで返します。 buffer を指定すると、結果は代わりに buffer に読み込まれ、 ... () read and write only to the underlying MemoryBIO buffers. do_handshake_on_connect 機構はありません。必ず手 ...
https://man.plustar.jp/python/library/ssl.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。そうでない場合は、 bytes.decode() が呼ばれる前に buffer オブジェクトの下層にある bytes オブジェクトが取得さ ... れます。 buffer オブジェクトについて詳しい情報は、 バイナリシーケン ... ytes, bytearray, memoryview や バッファプロトコル (buffer Protocol) を参照してください。 encoding 引数や err ... オブジェクトを受理します) 'b' バイナリシーケンス ( buffer protocol をサポートするか、 __bytes__() メソッドが ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 6465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トオブジェクトのファイル記述子です。 Telnet. write ( buffer ) ¶ ソケットにバイト文字列を書き込みます。このとき ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... uted by Victor Stinner.) A new transport.get_write_buffer_limits() method to inquire for high- and low- wate ... ibuted by Daniel Shahaf in bpo-16808 .) io ¶ A new BufferedIOBase.readinto1() method, that uses at most one ... network I/O methods, and instead provides a memory buffer interface. The new MemoryBIO class can be used to ... てください。かつて "'sometype' does not support the buffer protocol" の形だったものが、いまでは "a bytes-like ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e of message_body . If message_body implements the buffer interface the encoding will result in a single chu ... と使うことが可能です。 バージョン 3.5 で変更: The io.BufferedIOBase interface is now implemented and all of it ...
https://man.plustar.jp/python/library/http.client.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 6392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... MIT_SBSIZE ¶ The maximum size (in bytes) of socket buffer usage for this user. This limits the amount of net ...
https://man.plustar.jp/python/library/resource.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ') >>> 参考 PEP 3137 - Immutable Bytes and Mutable Buffer PEP written by Guido van Rossum. Implemented by Tr ... Senthil Kumaran; bpo-5142 .) binascii モジュールが buffer API をサポートするようになり、 memoryview インスタ ... contributed by Hagen Fürstenau; bpo-3860 また、 io.BufferedIOBase ABC を実装しています。なので、より高速な処 ... 理のために io.BufferedReader でラップすることができます。 (contributed ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT