Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 163 for TYPE (0.075 sec.)
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... は呼び出されるとファクトリとして振舞います: >>> int <type 'int'> >>> int ( '123' ) 123 型の集合を完全にするた ... ります。 PEP 252 は "型をもっとクラスに似せる(Making Types Look More Like Classes)" というタイトルで、デスク ... 53 は "組み込み型のサブタイプ化(Subtyping Built-in Types)" というタイトルで、組み込み型のサブタイプを可能と ... コードです。型ハンドリングのほとんどの機構は Objects/typeobject.c 内にあります。ただしこれに頼るのは、python ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... parser . add_argument ( '-C' , action = 'store' , type = int , dest = 'context' , metavar = 'NUM' , defau ... 持ったサブコマンドを定義できます。引数のタイプに FileType を指定することで、自動でファイルを開き、 '-' が指定 ... 経由の syslog をサポートします。コンストラクタの socktype 引数は使用するソケットの種類として、 UDP を使う so ... call last): File "<stdin>" , line 1 , in <module> TypeError : cannot modify read-only memory >>> b = byte ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ames parser_m . add_argument ( '-c' , '--course' , type = int , required = True ) parser_m . add_argument ... ( '-s' , '--speed' , type = int , default = 0 ) $ ./helm.py --help # top lev ... 要素を閉じます xml.etree.ElementTree.TreeBuilder.doctype() 、doctype 定義を処理します 2つのメソッドが非推奨 ... ds bytes and set literals to the list of supported types: strings, bytes, numbers, tuples, lists, dicts, s ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクトでないパラメタを指定して呼び出されると、 TypeError を送出します。 PyBytesObject ¶ この PyObject ... ブタイプは、Python バイトオブジェクトを表します。 PyTypeObject PyBytes_Type ¶ この PyTypeObject のインスタン ... ェクトでなければ、 PyBytes_AsString() は NULL を返し TypeError を送出します。 char* PyBytes_AS_STRING ( PyOb ... った場合は、 PyBytes_AsStringAndSize() は -1 を返し TypeError を送出します。 バージョン 3.5 で変更: 以前は ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nargs 16.4.3.4. const 16.4.3.5. default 16.4.3.6. type 16.4.3.7. choices 16.4.3.8. required 16.4.3.9. hel ... ユーティリティ 16.4.5.1. サブコマンド 16.4.5.2. FileType オブジェクト 16.4.5.3. 引数グループ 16.4.5.4. 相互 ... 5. errno --- 標準の errno システムシンボル 16.16. ctypes --- Pythonのための外部関数ライブラリ 16.16.1. cty ... くり仰天 16.16.1.20. 可変サイズのデータ型 16.16.2. ctypesリファレンス 16.16.2.1. 共有ライブラリを見つける 1 ...
https://man.plustar.jp/python/library/allos.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ません。例えば、 Decimal に float を足そうとすると、 TypeError が送出されます。ただし、Python の比較演算子を ... l FloatOperation ( DecimalException , exceptions . TypeError ) 9.4.7. 浮動小数点数に関する注意 ¶ 9.4.7.1. ... x ): """Return e raised to the power of x. Result type matches input type. >>> print(exp(Decimal(1))) 2.7 ... です。結果だけが丸められます。入力の強みは "what you type is what you get" (打ち込んだ値が得られる値)という点 ...
https://man.plustar.jp/python/library/decimal.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... て引数のリストをデコードします。 params は (content-type, string-value) のような形式の 2 要素タプルです。 脚 ...
https://man.plustar.jp/python/library/email.util.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... DBPickler. cursor = self . connection . cursor () type_tag , key_id = pid if type_tag == "MemoRecord" : # ...
https://man.plustar.jp/python/library/pickle.html - [similar]
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... よって書かれ実装された PEP。 PEP 451 -- A ModuleSpec Type for the Import System PEP written and implemented ...
https://man.plustar.jp/python/library/runpy.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ オーディオフレーム数を返します。 AU_read. getcomptype ( ) ¶ 圧縮形式を返します。 'ULAW' , 'ALAW' , 'NONE ... れている形式です。 AU_read. getcompname ( ) ¶ getcomptype() を人に判読可能な形にしたものです。上述の形式に対 ... 同じ (nchannels, sampwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 AU_read. r ... まれるとフレーム数は変更されます。 AU_write. setcomptype ( type , name ) ¶ 圧縮形式とその記述を設定します。 ...
https://man.plustar.jp/python/library/sunau.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT