Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for buffer (0.028 sec.)
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メモリブロックが必要なら、 ctypes には create_string_buffer() 関数があり、いろいろな方法で作成することできます ... さい: >>> from ctypes import * >>> p = create_string_buffer ( 3 ) # create a 3 byte buffer, initialized to NUL ... p . raw )) 3 b'\x00\x00\x00' >>> p = create_string_buffer ( b "Hello" ) # create a buffer containing a NUL t ... repr ( p . value )) b'Hello' >>> p = create_string_buffer ( b "Hello" , 10 ) # create a 10 byte buffer >>> p ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 7421
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ポートしていない場合は False を返します。 get_write_buffer_size ( ) ¶ トランスポートで使用されている出力バッフ ... ァーの現在のサイズを返します。 get_write_buffer_limits ( ) ¶ 書き込みフロー制御の 最高 および 最低 ... 整数のバイト列になります。 水位点の設定は set_write_buffer_limits() で行います。 バージョン 3.4.2 で追加. set ... _write_buffer_limits ( high=None , low=None ) ¶ 書き込みフロー制 ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
抽象オブジェクトレイヤ (abstract objects layer) — Python 3.6.5 ドキュメント 7349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... タプロトコル (iterator protocol) バッファプロトコル (buffer Protocol) buffer 構造体 バッファリクエストのタイプ ...
https://man.plustar.jp/python/c-api/abstract.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルのヘッダを提供することを要求します。 rfile ¶ An io.BufferedIOBase input stream, ready to read from the start ... HTTP clients. バージョン 3.6 で変更: This is an io.BufferedIOBase stream. BaseHTTPRequestHandler は以下の属性 ... age=None ) ¶ Adds a response header to the headers buffer and logs the accepted request. The HTTP response l ... ine is written to the internal buffer, followed by Server and Date headers. The values f ...
https://man.plustar.jp/python/library/http.server.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 7276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... x の新たな要素をアレイの末尾に追加します。 array. buffer_info ( ) ¶ アレイの内容を記憶するために使っているバ ... す。バイト単位で表したメモリバッファの大きさは array.buffer_info()[1] * array.itemsize で計算できます。例えば ... + で書いたコードからアレイオブジェクトを使う場合 ( buffer_info() の情報を使う意味のある唯一の方法です) は、ア ... 。バッファインタフェースの説明は バッファプロトコル (buffer Protocol) にあります。 array. byteswap ( ) ¶ アレイ ...
https://man.plustar.jp/python/library/array.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 7276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... con . isolation_level = None cur = con . cursor () buffer = "" print ( "Enter your SQL commands to execute i ... while True : line = input () if line == "" : break buffer += line if sqlite3 . complete_statement ( buffer ) ... : try : buffer = buffer . strip () cur . execute ( buffer ) if bu ... e : print ( "An error occurred:" , e . args [ 0 ]) buffer = "" con . close () sqlite3. enable_callback_trace ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 7218
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトは次のような属性を持ちます: xmlparser. buffer_size ¶ buffer_text が真の時に使われるバッファのサイ ... れるときにバッファはフラッシュされます。 xmlparser. buffer_text ¶ この値を真にすると、 xmlparser オブジェクト ... フォルトでは偽で、いつでも変更可能です。 xmlparser. buffer_used ¶ buffer_text が利用可能なとき、バッファに保持 ... -8でエンコードされたテキストを表します。この属性は buffer_text が偽の時には意味がありません。 xmlparser. ord ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7218
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... / readlines() methods. Iteration uses an internal buffer and the read*() methods don't use that buffer. Ins ... tead they would return the data following the buffer, causing the data to appear out of order. Mixing i ... ットオブジェクトの 2 つの新たなメソッド、 recv_into(buffer) , recvfrom_into(buffer) は、受信データを、文字列デ ... ta ) You can also pack and unpack data to and from buffer objects directly using the pack_into(buffer, offse ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... t PyBytes_AsStringAndSize ( PyObject *obj , char **buffer , Py_ssize_t *length ) ¶ obj のnull 終端された中身 ... を、出力用の変数 buffer と length を介して返します。 length の値が NULL の ... の場合、関数は -1 を返し、 ValueError を送出します。 buffer は obj の内部バッファを参照していて、これには末尾の ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に、2つのクラス属性を調整することができます。 ac_in_buffer_size ¶ 非同期入力バッファサイズ (デフォルト値: 409 ... 6 )。 ac_out_buffer_size ¶ 非同期出力バッファサイズ (デフォルト値: 409 ... mentedError 例外を送出します。 async_chat. discard_buffers ( ) ¶ In emergencies this method will discard any ... data held in the input and/or output buffers and the producer queue. async_chat. found_termina ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT