Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 44 for bytearray (0.099 sec.)
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7300
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... い、 s (JSON ドキュメントを含んでいる str , bytes , bytearray のいずれかのインスタンス) を Python オブジェクトへ ... されます。 バージョン 3.6 で変更: s には bytes 型と bytearray 型も使えるようになりました。 入力エンコーディングは ...
https://man.plustar.jp/python/library/json.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 7300
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 真偽値、整数、浮動小数点数、複素数、文字列、 byte 、bytearray 、タプル、リスト、 set 、frozenset 、辞書、コードオ ...
https://man.plustar.jp/python/library/marshal.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7300
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... () , splitlines() and replace() methods on bytes , bytearray and str objects. Likewise, the algorithm is also u ... に更新され、3.1 API とはしばしば互換性がありません。 bytearray オブジェクトはもうファイル名には使えません。代わり ... 以前にそれぞれの静的メソッド bytes.maketrans() と bytearray.maketrans() に置き換えられたために非推奨となった s ... なのかにまつわる混乱を解決します。今や str , bytes , bytearray は、その適切な型の中間変換テーブルを持つそれぞれの ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7300
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... er. (Contributed by Victor Stinner in bpo-25349 ). bytearray % args is now between 2.5 and 5 times faster. (Con ... inner in bpo-25399 ). Optimize bytes.fromhex() and bytearray.fromhex() : they are now between 2x and 3.5x faste ... bpo-25401 ). Optimize bytes.replace(b'', b'.') and bytearray.replace(b'', b'.') : up to 80% faster. (Contribute ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 7238
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクト (complex number object) 次のトピックへ bytearray オブジェクト ナビゲーション 索引 モジュール | 次へ ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7238
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... t' str(encoding='name_of_encoding', accept={bytes, bytearray, str}) 'et#' str(encoding='name_of_encoding', acce ... pt={bytes, bytearray, str}, zeroes=True) 'f' float 'h' short 'H' unsign ... roes=True) 'w*' Py_buffer(accept={rwbuffer}) 'Y' PyByteArrayObject 'y' str(accept={bytes}) 'y#' str(accept={rob ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7238
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... して、バッファ化されたバイナリデータを保持するための bytearray が用意してあります。 bytes を受け付ける API のほぼ ... 全てが bytearray も許容します。その mutable API は collections.Muta ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... を Unicode オブジェクトにデコードします。 bytes や bytearray や他の bytes-like objects は、与えられた encoding ... ドおよびスロット関数 (slot function) 前のトピックへ bytearray オブジェクト 次のトピックへ タプルオブジェクト (tu ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 7177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... オブジェクトを累積するのにおすすめのイディオムは、 bytearray オブジェクトをインプレース結合 ( += 演算子) で拡張 ... することです: result = bytearray () for b in my_bytes_objects : result += b シーケン ...
https://man.plustar.jp/python/faq/programming.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 7177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : self . exit_future = exit_future self . output = bytearray () def pipe_data_received ( self , fd , data ): se ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
PREV 1 2 3 4 5 NEXT