Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for offset (0.008 sec.)
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 14549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、そして妥当な値でなければなりません。 lineno ¶ col_offset ¶ ast.expr や ast.stmt のサブクラスのインスタンスに ... はさらに lineno や col_offset といった属性があります。 lineno はソーステキスト上 ... るので、最初の行の行番号は 1 となります)、そして col_offset はノードが生成した最初のトークンの UTF-8 バイトオフ ... 5 node . operand . lineno = 0 node . operand . col_offset = 0 node . lineno = 0 node . col_offset = 0 もしく ...
https://man.plustar.jp/python/library/ast.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 11205
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... length , tagname=None , access=ACCESS_DEFAULT [ , offset ] ) ¶ (Windows バージョン) ファイルハンドル fileno ... の間で移植可能にしておくのを助けてくれるでしょう。 offset は非負整数のオフセットとして指定できます。 mmap の ... はファイルの先頭からのオフセットに相対的になります。 offset のデフォルトは 0 です。 offset は ALLOCATIONGRANUL ... t=PROT_WRITE|PROT_READ , access=ACCESS_DEFAULT [ , offset ] ) (Unix バージョン) ファイルディスクリプタ filen ...
https://man.plustar.jp/python/library/mmap.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 10571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクト d は d.tzinfo が None でなく d.tzinfo.utcoffset(d) が None を返さない場合、aware です。 d.tzinfo が ... one であるか d.tzinfo が None でないが d.tzinfo.utcoffset(d) が None を返す場合、 d は naive です。 time のオ ... ブジェクト t は t.tzinfo が None でなく t.tzinfo.utcoffset(None) が None を返さない場合に aware になって、それ ... at the end of daylight saving time or when the UTC offset for the current zone is decreased for political re ...
https://man.plustar.jp/python/library/datetime.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 9667
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェクトを直接イテレートすることができます。 seek ( offset [ , whence ] ) ¶ ストリーム位置を指定された offset ... バイトに変更します。 offset は whence で指定された位置からの相対位置として解釈 ... EK_SET または 0 -- ストリームの先頭 (デフォルト)。 offset は 0 もしくは正の値でなければなりません。 SEEK_CUR ... または 1 -- 現在のストリーム位置。 offset は負の値も可能です。 SEEK_END または 2 -- ストリー ...
https://man.plustar.jp/python/library/io.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 9541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ればなりません。 struct. pack_into ( fmt , buffer , offset , v1 , v2 , ... ) ¶ フォーマット文字列 fmt に従い値 ... してバイト列にし、書き込み可能な buffer のオフセット offset 位置より書き込みます。オフセットは省略出来ません。 ... ばなりません。 struct. unpack_from ( fmt , buffer , offset=0 ) ¶ バッファ buffer を、 offset の位置から書式文 ... 果はタプルで返されます。 バッファのバイトサイズから offset を引いたものは、少なくとも calcsize() の返り値であ ...
https://man.plustar.jp/python/library/struct.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 9144
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 要素を指しています。 この場合、 shape , strides , suboffsets は NULL でなければなりません。 PyBUF_MAX_NDIM は次 ... の strides 配列は読み出し専用です。 Py_ssize_t * suboffsets ¶ Py_ssize_t 型の要素を持つ長さ ndim の配列。 sub ... 番目の次元に沿って保存されている値はポインタで、 suboffset 値は各ポインタの参照を解決した後に何バイト加えれば ... いいかを示しています。 suboffset の値が負の数の場合は、ポインタの参照解決は不要 (連 ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 9018
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rson=b'' , fanout=1 , depth=1 , leaf_size=0 , node_offset=0 , node_depth=0 , inner_size=0 , last_node=False ... rson=b'' , fanout=1 , depth=1 , leaf_size=0 , node_offset=0 , node_depth=0 , inner_size=0 , last_node=False ... *32-1, 0 if unlimited or in sequential mode). node_offset : node offset (0 to 2**64-1 for BLAKE2b, 0 to 2**4 ... e = LEAF_SIZE , inner_size = INNER_SIZE , ... node_offset = 0 , node_depth = 0 , last_node = False ) >>> # R ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 8384
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 通りです (分かりやすいように空白を入れています): std offset [ dst [ offset [, start [ / time ], end [ / time ] ... の略称を与えます。この値は time.tzname になります。 offset オフセットは形式: ± hh[:mm[:ss]] をとります。この表 ... 初に現れる日を指します。日 0 は日曜日です。 time は offset とほぼ同じで、先頭に符号 ('-' や '+') を付けてはい ... . 16.3.3. Timezone Constants ¶ time. altzone ¶ The offset of the local DST timezone, in seconds west of UTC, ...
https://man.plustar.jp/python/library/time.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 8257
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.3 で追加. os. posix_fallocate ( fd , offset , len ) ¶ fd で指定されたファイルに対し、開始位置 ... 。 バージョン 3.3 で追加. os. posix_fadvise ( fd , offset , len , advice ) ¶ データへアクセスする意思を、パタ ... advice は fd で指定されたファイルに対し、開始位置 offset から len バイト分の領域に適用されます。 advice には ... バージョン 3.3 で追加. os. pread ( fd , buffersize , offset ) ¶ ファイル記述子 fd に対し、位置 offset から読み ...
https://man.plustar.jp/python/library/os.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 8130
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t is an aware datetime , then the numeric timezone offset is used. If it is an aware timezone with offset ze ... string GMT is used instead of the numeric timezone offset. This provides a way to generate standards conform ...
https://man.plustar.jp/python/library/email.util.html - [similar]
PREV 1 2 3 4 NEXT