Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 54 for bit (0.044 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 7846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mycontext () ... def function (): ... print ( 'The bit in the middle' ) ... >>> function () Starting The ... Finishing >>> with mycontext (): ... print ( 'The bit in the middle' ) ... Starting The bit in the middl ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 7846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ご覧ください。 4.4.1. 整数型におけるビット単位演算 ¶ Bitwise operations only make sense for integers. Negat ... mplement value (this assumes that there are enough bits so that no overflow occurs during the operation). ... す。さらに、追加のメソッドをいくつか提供します: int. bit_length ( ) ¶ 整数を、符号と先頭の 0 は除いて二進法 ... ます: >>> n = - 37 >>> bin ( n ) '-0b100101' >>> n . bit_length () 6 正確には、 x が非 0 なら、 x.bit_lengt ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 7683
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アドレスを表現していない場合や、ネットワークの host bit がセットされていた場合は ValueError を発生させます ... imal and octal interpretations of such strings). 32bit に収まる整数。 大きさ4の bytes オブジェクトに (最上 ... からなるグループ8個で構成された文字列。各グループは16bitを表現している。グループはコロンで区切られる。これは ... 0abc:0007:0def" は "::abc:7:def" と省略できる。 128bit に収まる整数。 ビッグエンディアンで 16 バイトの長さ ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 7683
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... proach relies on the fact that zipfiles can have arbitrary data prepended, and Windows exe files can have ... arbitrary data appended. So by creating a suitable launc ... un on any PC with the appropriate architecture (32 bit or 64 bit). 28.4.6.2. Caveats ¶ There are some lim ... ed from the zip file. The zip file format allows arbitrary data to be prepended to a zip file. The zip ap ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 7520
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルト (かつ唯一指定可能な値) です。 CHECK_CRC32 : 32-bit 巡回冗長検査。 CHECK_CRC64 : 64-bit 巡回冗長検査。 ... FORMAT_XZ のデフォルトです。 CHECK_SHA256 : 256-bit セキュアハッシュアルゴリズム (SHA)。 指定したチェッ ...
https://man.plustar.jp/python/library/lzma.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7520
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、 "s" 、 "sw" 、 "w" 、 "nw" 、および "center" 。 bitmap 八つの組み込み、名前付きビットマップ: 'error' 、 ... トマップファイル名を指定するために、 "@/usr/contrib/bitmap/gumby.bit" のような @ を先頭に付けたファイルへの ... られます。 RGB 値を表す文字列は、4ビット: "#RGB" , 8 bit: "#RRGGBB" , 12 bit: "#RRRGGGBBB" , あるいは、16 b ... として解釈されることを意味します。 25.1.6.9. 画像 ¶ Bitmap/Pixelmap images can be created through the subc ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ら発展したものです。 RFC 2822 は電子メールがすべて 7-bit ASCII 文字のみから構成されていると仮定して作られた ... できます。基本規格では、まだ電子メールメッセージを 7-bit ASCII 文字のみを使って転送するよう要求していますの ... ropriately. Any pieces with a charset of 'unknown-8bit' are decoded as ASCII using the 'replace' error ha ... ndler. バージョン 3.2 で変更: 'unknown-8bit' 文字集合の処理が追加されました。 __eq__ ( other ) ...
https://man.plustar.jp/python/library/email.header.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hms provide variable length digests with length_in_bits//2 up to 128 or 256 bits of security. As such, th ... t comes in two flavors: BLAKE2b , optimized for 64-bit platforms and produces digests of any size between ... 1 and 64 bytes, BLAKE2s , optimized for 8- to 32-bit platforms and produces digests of any size between ... This example shows how to get a (hex-encoded) 128-bit authentication code for message b'message data' wi ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
34. MS Windows 固有のサービス — Python 3.6.5 ドキュメント 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... HKEY_* 定数 34.3.2.2. アクセス権限 34.3.2.2.1. 64-bit 特有のアクセス権 34.3.2.3. 値の型 34.3.3. レジスト ...
https://man.plustar.jp/python/library/windows.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... bytes bytes オブジェクトは不変な配列です。要素は 8-bit バイトで、 0 <= x < 256 の範囲の整数で表現されます ... ad. In particular: __del__() can be invoked when arbitrary code is being executed, including from any arb ... す値を Py_ssize_t のサイズに切り詰めます。 これは 64-bit でビルドされていると 8 バイトで、 32-bit でビルドさ ... 4 バイトです。 オブジェクトの __hash__() が異なる bit サイズのビルドでも可搬性が必要である場合は、必ず全 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
PREV 1 2 3 4 5 6 NEXT