Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 26 for hex (0.025 sec.)
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 14762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... はランダムな UUID を生成します。 class uuid. UUID ( hex=None , bytes=None , bytes_le=None , fields=None , ... =None ) ¶ Create a UUID from either a string of 32 hexadecimal digits, a string of 16 bytes as the bytes ... -bit integer as the int argument. When a string of hex digits is given, curly braces, hyphens, and a URN ... x12345678123456781234567812345678 ) Exactly one of hex , bytes , bytes_le , fields , or int must be given ...
https://man.plustar.jp/python/library/uuid.html - [similar]
API と ABI のバージョニング — Python 3.6.5 ドキュメント 10365
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ニュアル » API と ABI のバージョニング ¶ PY_VERSION_HEX は、Python のバージョン番号を単一の整数に符号化した ... ものです。 例えば、 PY_VERSION_HEX に 0x030401a2 が設定されていれば、その値を下記のよ ... 2 中の 2 、最終リリースでは 0) 従って、 3.4.1a2 は hexversionで 0x030401a2 です。 これらのマクロは Includ ...
https://man.plustar.jp/python/c-api/apiabiversion.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 10166
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... THUNK_H #define __CAPSULETHUNK_H #if ( (PY_VERSION_HEX < 0x02070000) \ || ((PY_VERSION_HEX >= 0x03000000) ... \ && (PY_VERSION_HEX < 0x03010000)) ) #define __PyCapsule_GetField(caps ... } return return_value ; } #endif /* #if PY_VERSION_HEX < 0x02070000 */ #endif /* __CAPSULETHUNK_H */ その ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 9538
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れらの関数を直接使う必要はなく、 uu 、 base64 や binhex といった、ラッパ (wrapper) モジュールを使うことにな ... ary data stream. binascii. a2b_hqx ( string ) ¶ binhex4 形式の ASCII 文字列データを RLE 展開を行わないでバ ... リのバイトデータを完全に含むような長さか、または (binhex4 データの最後の部分の場合) 余白のビットがゼロになっ ... inascii. rledecode_hqx ( data ) ¶ data に対し、 binhex4 標準に従って RLE 展開を行います。このアルゴリズム ...
https://man.plustar.jp/python/library/binascii.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 9538
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 関数へユーザを誘導します: >>> b "abcdef" . decode ( "hex" ) Traceback (most recent call last): File "<stdin ... >" , line 1 , in <module> LookupError : 'hex' is not a text encoding; use codecs.decode() to ha ... rbitrary codecs >>> open ( "foo.txt" , encoding = "hex" ) Traceback (most recent call last): File "<stdin ... >" , line 1 , in <module> LookupError : 'hex' is not a text encoding; use codecs.open() to hand ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 9108
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 学的な用途 (numerical work) に便利でしょう。 float. hex ( ) ¶ 浮動小数点数の 16 進文字列表現を返します。有 ... で始まり p と指数が続きます。 classmethod float. fromhex ( s ) ¶ 16 進文字列表現 s で表される、浮動小数点数 ... ホワイトスペースを含んでいても構いません。 float.fromhex() はクラスメソッドですが、 float.hex() はインスタン ... いて、 Java 1.5 以降でも使われています。特に、 float.hex() の出力は C や Java コード中で、浮動小数点数の 16 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 8695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... D*t\xae\xd4\xe3S\xb6\xe2\xebP1\x8b' secrets. token_hex ( [ nbytes=None ] ) ¶ 十六進数のランダムなテキスト ... った場合は妥当なデフォルト値が使われます。 >>> token_hex ( 16 ) 'f9bf78b9a18ce6d46a0cd2b0b86df9da' secrets. ...
https://man.plustar.jp/python/library/secrets.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 8480
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tring. digits ¶ 文字列 '0123456789' です。 string. hexdigits ¶ 文字列 '0123456789abcdefABCDEF' です。 str ... mat also supports binary numbers >>> "int: {0:d} ; hex: {0:x} ; oct: {0:o} ; bin: {0:b} " . format ( 42 ) ... 'int: 42; hex: 2a; oct: 52; bin: 101010' >>> # with 0x, 0o, or 0 ... b as prefix: >>> "int: {0:d} ; hex: {0:#x} ; oct: {0:#o} ; bin: {0:#b} " . format ( 4 ...
https://man.plustar.jp/python/library/string.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 8265
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 関数 abs() dict() help() min() setattr() all() dir() hex() next() slice() any() divmod() id() object() sort ... グニチャがより包括的で一貫性のあるものになりました。 hex ( x ) ¶ Convert an integer number to a lowercase h ... method that returns an integer. Some examples: >>> hex ( 255 ) '0xff' >>> hex ( - 42 ) '-0x2a' 整数を大文 ... 浮動小数点数の16進文字列表記を得たい場合には、 float.hex() メソッドを使って下さい。 id ( object ) ¶ オブジェ ...
https://man.plustar.jp/python/library/functions.html - [similar]
安定 ABI (Stable Appliction Binary Interface) — Python 3.6.5 ドキュメント 8067
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... サポートしたい最小の Python バージョンの PY_VERSION_HEX の値 ( API と ABI のバージョニング を参照) を設定し ...
https://man.plustar.jp/python/c-api/stable.html - [similar]
PREV 1 2 3 NEXT