Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 54 for bit (0.018 sec.)
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... -19662 .) The SMTPServer class now advertises the 8BITMIME extension ( RFC 6152 ) if decode_data has been ... set True . If the client specifies BODY=8BITMIME on the MAIL command, it is passed to SMTPServe ... zed Email). If the client specified SMTPUTF8 BODY=8BITMIME on the MAIL command, they are passed to SMTPSe ... random モジュールのオブジェクトのメモリ使用量が 64-bit ビルドで 50% 減少しました。 (Contributed by Serhiy ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7209
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... to define constants that can be combined using the bitwise operators. (Contributed by Ethan Furman in bpo ... module was already imported. winreg ¶ Added the 64-bit integer type REG_QWORD . (Contributed by Clement R ... ly.) 最適化 ¶ The Python interpreter now uses a 16-bit wordcode instead of bytecode which made a number o ... ding co_lnotab should be updated to use a signed 8-bit integer type for the line number delta, but this i ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... are required to be used. The possible values are: 7bit all data must be "7 bit clean" (ASCII-only). This ... using either quoted-printable or base64 encoding. 8bit data is not constrained to be 7 bit clean. Data in ... below for exceptions), but body parts may use the 8bit CTE. A cte_type value of 8bit only works with Byte ... operating under a policy that specifies cte_type=8bit , it will act as if cte_type is 7bit . raise_on_de ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... タおよびコルーチンの現在の状態 29.12.8. Code Objects Bit Flags 29.12.9. コマンドラインインターフェイス 29.1 ...
https://man.plustar.jp/python/library/python.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e an encode( [encoding] ) method that returns an 8-bit string in the desired encoding. Encodings are name ... isn't specified, the default encoding is usually 7-bit ASCII, though it can be changed for your Python in ... ました。 Work has been done on porting Python to 64-bit Windows on the Itanium processor, mostly by Trent ... r ease of porting, MS Visual C++ treats code as 32 bit on Itanium.) PythonWin also supports Windows CE; s ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed by Eric Smith; bpo-7994 .) int() と long() 型に bit_length メソッドが追加されました。このメソッドはその ... します: >>> n = 37 >>> bin ( n ) '0b100101' >>> n . bit_length () 6 >>> n = 2 ** 123 - 1 >>> n . bit_lengt ... h () 123 >>> ( n + 1 ) . bit_length () 124 (Contributed by Fredrik Johansson an ... ベースで格納していました。 2**30 ベースにすると 64bit マシンに置いては確実にパフォーマンスが向上しますが ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rd() . Note that all these functions check ordinal bit values derived from the character of the string yo ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
35.1. posix --- 最も一般的な POSIX システムコール群 — Python 3.6.5 ドキュメント 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は典型的には関連するサイズとオフセットの組合せを 64-bit 値として定義することで実現しています。このようなフ ... ょう: CFLAGS = '-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT = "-g -O2 $CFLAGS" \ ./ configure 35.1.2. ...
https://man.plustar.jp/python/library/posix.html - [similar]
9.3. cmath --- 複素数のための数学関数 — Python 3.6.5 ドキュメント 6734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tary functions; or, Much ado about nothings's sign bit. In Iserles, A., and Powell, M. (eds.), The state ...
https://man.plustar.jp/python/library/cmath.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 6734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... in_1 は iso-8859-1 に変換されます)。デフォルトは 7-bit の us-ascii です。 header_encoding ¶ この文字集合が ... の場合 base64 を返します。それ以外の場合は文字列 7bit を返します。 get_output_charset ( ) ¶ 出力用の文字 ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
PREV 1 2 3 4 5 6 NEXT