Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 103 for size (0.078 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 6028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ieldTypes ( Enum ): ... name = 0 ... value = 1 ... size = 2 ... >>> FieldTypes . value . size <FieldTypes. ... size: 2> >>> FieldTypes . size . value 2 バージョン 3.5 で変更. 8.13.15.3.4. Enum ...
https://man.plustar.jp/python/library/enum.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 6028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トしています。 次のメソッドを提供しています: peek ( size=-1 ) ¶ ファイル上の現在位置を変更せずにバッファのデ ... す。返される正確なバイト数は規定されていません (引数 size は無視されます)。 注釈 peek() の呼び出しでは LZMAF ... ォルト値のソースとして使用する圧縮プリセット。 dict_size : 辞書のサイズのバイト数。これは、 4 KiB から 1.5 ...
https://man.plustar.jp/python/library/lzma.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 6028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールド 内容 magic word 4バイト文字列 .snd 。 header size infoを含むヘッダのサイズをバイト数で示したもの。 d ... ata size データの物理サイズをバイト数で示したもの。 encodin ...
https://man.plustar.jp/python/library/sunau.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 5977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... していない場合は False を返します。 get_write_buffer_size ( ) ¶ トランスポートで使用されている出力バッファー ... egative. pause_writing() is called when the buffer size becomes greater than or equal to the high value. I ... paused, resume_writing() is called when the buffer size becomes less than or equal to the low value. デフォ ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 5977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Iterator send , throw close , __iter__ , __next__ Sized __len__ Callable __call__ Collection Sized , Iter ... popitem , clear , update , setdefault MappingView Sized __len__ ItemsView MappingView , Set __contains__ ... collections.abc. Hashable ¶ class collections.abc. Sized ¶ class collections.abc. Callable ¶ それぞれメソッ ... を提供しているかどうかを調べるのに使えます。例えば: size = None if isinstance ( myvar , collections . abc . ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 5977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の sys.setprofile() に渡されます。 threading. stack_size ( [ size ] ) ¶ 新しいスレッドを作るときのスレッドス ... タックサイズを返します。オプションの size 引数にはこれ以降に作成するスレッドのスタックサイズ ... ,768 (32 KiB) 以上の正の整数でなければなりません。 size が指定されない場合 0 が使われます。スレッドのスタッ ...
https://man.plustar.jp/python/library/threading.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n Rossum; 実装: Brett Cannon. PEP 353: 添え字型に ssize_t を使う ¶ Python の C API についての広範囲に渡る修 ... 正は、 int の代わりとなる新しい Py_ssize_t 型を使うことです。これは 64 ビットプラットフォー ... クション全体として、誤解か説明不足かどちらかです。 ssize_t として 64 ビットプラットフォームで 64 ビットアド ... タプルのようなコンテナ型は、そのサイズを表すのに Py_ssize_t を使うようになっています。 PyList_Size() のような ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5977
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sObject() , PyBytes_Check() , PyBytes_FromStringAndSize() をはじめとする全ての文字列関数とマクロを #define ... yByteArray_FromObject() , PyByteArray_FromStringAndSize() や色々その他関数です。 参考 PEP 3112 - Python 30 ... ions . namedtuple ( 'variable' , ... 'id name type size' ) >>> # Names are separated by spaces or commas. ... >>> # 'id, name, type, size' would also work. >>> var_type . _fields ('id', 'n ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nd 0 otherwise. This function always succeeds. Py_ssize_t PyMapping_Size ( PyObject *o ) ¶ Py_ssize_t PyMa ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Object * PyMemoryView_FromMemory ( char *mem , Py_ssize_t size , int flags ) ¶ mem を配下のバッファとしてm ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT