Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 38 for Decimal (0.085 sec.)
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 7185
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ものが正しい IPv4 アドレスを構築します: A string in decimal-dot notation, consisting of four decimal integers ... less than 8 (as there is no ambiguity between the decimal and octal interpretations of such strings). 32bit ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 換を実装する呼び出し可能オブジェクトです。例えば、 {'decimal': decimal.Decimal} を渡すと、パーサーオブジェクトと ... すべてのセクションプロキシの両方に、 getdecimal() が追加されます。つまり、 parser_instance.getdeci ... key', fallback=0) と parser_instance['section'].getdecimal('key', 0) の両方の方法で書くことができます。 コンバ ... で、辞書と互換性のある形式で利用できます (上記の getdecimal() の例を参照)。 これらのパーサー引数のデフォルト値 ...
https://man.plustar.jp/python/library/configparser.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... allow_none が真の場合にのみ渡すことが出来ます。 bigdecimal decimal.Decimal . Returned type only. 上記のXML-RP ... numerics: i1 , i2 , i8 , biginteger , float and bigdecimal . See http://ws.apache.org/xmlrpc/types.html for a ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... る結合記号 (spacing combining marks) Nd - 10 進数字 (decimal numbers) Pc - 連結用句読記号 (connector punctuatio ... ed'." >>> width = 10 >>> precision = 4 >>> value = decimal . Decimal ( "12.34567" ) >>> f "result: { value :{ ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... されて、ブロックが完了するやいなや必ず解放されます。 decimal モジュール内の新しい localcontext() 関数は現在の d ... しておいてあとで元に戻すのを簡単にしてくれます: from decimal import Decimal , Context , localcontext # Displays ... with default precision of 28 digits v = Decimal ( '578' ) print v . sqrt () with localcontext ( Co ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 7107
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... ed repeated qualifier is {m,n} , where m and n are decimal integers. This qualifier means there must be at le ... entity reference ( 0[0-7]+ # Octal form | [0-9]+ # Decimal form | x[0-9a-fA-F]+ # Hexadecimal form ) ; # Trai ... exrepl ( match ): ... "Return the hex string for a decimal number" ... value = int ( match . group ()) ... re ...
https://man.plustar.jp/python/howto/regex.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 7107
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . compile ( r """\d + # the integral part \. # the decimal point \d * # some fractional digits""" , re . X ) ... ) >>> m . groups () ('24', '1632') If we make the decimal place and everything after it optional, not all gr ... n = [ ( 'NUMBER' , r '\d+(\.\d*)?' ), # Integer or decimal number ( 'ASSIGN' , r ':=' ), # Assignment operato ...
https://man.plustar.jp/python/library/re.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7107
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... x ) と標準ライブラリの型 fractions.Fraction および decimal.Decimal は、同じ型や別の型どうしで比較できますが、 ... われます。 The not-a-number values float('NaN') and Decimal('NaN') are special. They are identical to themselv ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
9.3. cmath --- 複素数のための数学関数 — Python 3.6.5 ドキュメント 7060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ピックへ 9.2. math --- 数学関数 次のトピックへ 9.4. decimal --- 十進固定及び浮動小数点数の算術演算 ナビゲーショ ...
https://man.plustar.jp/python/library/cmath.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 7060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ョン PEP 324: 新しい subprocess モジュール PEP 327: Decimal データ型 PEP 328: マルチラインインポート PEP 331: ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
PREV 1 2 3 4 NEXT