Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 273 for THE (0.231 sec.)
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... riable-length arrays, not Lisp-style linked lists. The implementation uses a contiguous array of referenc ... es to other objects, and keeps a pointer to this array and th ... e array's length in a list head structure. これにより、リストのインデクシング a ... B-trees, this gives better performance for lookup (the most common operation by far) under most circumsta ...
https://man.plustar.jp/python/faq/design.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ることができます。) For third-party packages, search the Python Package Index or try Google or another Web ... S でそういう類のものは無さそうです。 Windows では: the consolelib module を使ってください。 Python には C ... した例があります: import threading , queue , time # The worker thread gets jobs off the queue. When the qu ... eue is empty, it # assumes there will be no more work and exits. # (Realistically ...
https://man.plustar.jp/python/faq/library.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ければなりません。 参考 IBM による汎用十進演算仕様、 The General Decimal Arithmetic Specification 。 9.4.1. ... になっており、とりわけデバッグの際に便利です: >>> myothercontext = Context ( prec = 60 , rounding = ROUND_H ... ALF_DOWN ) >>> setcontext ( myothercontext ) >>> Decimal ( 1 ) / Decimal ( 7 ) Decima ... 、この操作は引数に手を加えずに返します。 compare ( other , context=None ) ¶ 二つの Decimal インスタンスの値 ...
https://man.plustar.jp/python/library/decimal.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... since version 3.6, will be removed in version 3.8: The bufsize parameter. 以下の関数は fileinput.input() ... since version 3.6, will be removed in version 3.8: The bufsize parameter. インプレース(in-place)フィルタオ ... s a hook which opens each file with open() , using the given encoding and errors to read the file. Usage ... , "surrogateescape")) バージョン 3.6 で変更: Added the optional errors parameter. 関連キーワード: fileinp ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... yError # if no such key) flag = key in d # true if the key exists klist = list ( d . keys ()) # a list of ... ed to code carefully: temp = d [ 'xx' ] # extracts the copy temp . append ( 5 ) # mutates the copy d [ 'x ... x' ] = temp # stores the copy right back, to persist it # or, d=shelve.open ... , BUT it would also # consume more memory and make the d.close() operation slower. d . close () # close i ...
https://man.plustar.jp/python/library/shelve.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... いコードでは、必要に応じて from future_builtins import hex, map などとすることが出来ます。 新しいコマンドラ ... トメントは基本構造が以下となる制御フロー構造です: with expression [ as variable ]: with - block expression ... ode in this block uses a precision of 16 digits. # The original context is restored on exiting the block. ... ) == 0 : time . sleep ( .05 * N / 4 ) # Calculate the result fact = 1 L for i in range ( 1 , N + 1 ): fa ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 4201
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ャで py -m pip のようにすれば良いです。 discussed in the PEP の通りプラットフォームのパッケージャは、プラッ ... ut )) binascii.Error : Non-hexadecimal digit found The above exception was the direct cause of the follow ... comp . flush () TypeError : 'str' does not support the buffer interface The above exception was the direc ... t cause of the following exception: Traceback (most recent call l ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 4182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... NAME の場合、 v1 はサーバータイプ、 v2 はポートID (the port identifier)、そして v3 は 0 であるべきです。 ... cial forms are accepted instead of a host address: the empty string represents INADDR_ANY , and the strin ... DCAST . This behavior is not compatible with IPv6, therefore, you may want to avoid these if you intend t ... # Append data, ignoring any truncated integers at the end. fds . fromstring ( cmsg_data [: len ( cmsg_da ...
https://man.plustar.jp/python/library/socket.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ense for integers. Negative numbers are treated as their 2's complement value (this assumes that there ar ... e enough bits so that no overflow occurs during the operation). 二項ビット単位演算の優先順位は全て、数 ... sys , math def hash_fraction ( m , n ): """Compute the hash of a rational number m / n. Assumes m and n a ... e = sys . hash_info . inf else : # Fermat's Little Theorem: pow(n, P-1, P) is 1, so # pow(n, P-2, P) give ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 4182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ジュールに対して .pyc ファイルを作ることができます。 There is more detail on this process, including a flow ... chart of the decisions, in PEP 3147. 6.2. 標準モジュール ¶ Pyth ... space by using "dotted module names". For example, the module name A.B designates a submodule named B in ... a package named A . Just like the use of modules saves the authors of different modu ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]