Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 163 for type (0.203 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーの データ型 はそれが所属する列挙型になります: >>> type ( Color . RED ) <enum 'Color'> >>> isinstance ( Co ... ARE = 3 ... Traceback (most recent call last): ... TypeError : Attempted to reuse key: 'SQUARE' ただし、複 ... call last): File "<stdin>" , line 1 , in <module> TypeError : '<' not supported between instances of 'Col ... NK = 17 ... Traceback (most recent call last): ... TypeError : Cannot extend enumerations 以下のような場合 ...
https://man.plustar.jp/python/library/enum.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xpatError の別名です。 xml.parsers.expat. XMLParserType ¶ ParserCreate() 関数から返された戻り値の型を示しま ... xternalEntityRefHandler が呼び出しますが、 StartDoctypeDeclHandler と EndDoctypeDeclHandler は呼び出されま ... 1.95.0 以降でのみ使用できます。 xmlparser. StartDoctypeDeclHandler ( doctypeName , systemId , publicId , h ... as_internal_subset ) ¶ Expatが文書型宣言 ( <!DOCTYPE ... )を解析し始めたときに呼び出されます。 doctypeN ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
22.8. sndhdr --- サウンドファイルの識別 — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 識別可能な場合、これらの関数は5つの属性、つまり( filetype , framerate , nchannels , nframes , sampwidth )で構 ... 成される namedtuple() を返します。 type はデータの形式を示す文字列で、 'aifc' , 'aiff' , ' ...
https://man.plustar.jp/python/library/sndhdr.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れ以外) は現在サポートされていません。混合型 (mixed type) も未定義で実装依存です。入力データが混合型を含んで ... nt to 3/(1/a + 1/b + 1/c) . The harmonic mean is a type of average, a measure of the central location of t ...
https://man.plustar.jp/python/library/statistics.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ][#][0][ width ][ grouping_option ][. precision ][ type ] fill ::= <any character> align ::= "<" | ">" | " ... rouping_option ::= "_" | "," precision ::= digit + type ::= "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" ... は整数型に対しては使うことができません。 最後に、 type は、データがどのように表現されるかを決定します。 利 ...
https://man.plustar.jp/python/library/string.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のどれか font -- 三つ組み (fontname, fontsize, fonttype) 文字を書きます— arg の文字列表現を、現在のタートル ... n クラスによって使われます。 class turtle. Shape ( type_ , data ) ¶ パラメータ: type_ -- 文字列 "polygon", ... ound" のいずれか 形をモデル化するデータ構造。ペア (type_, data) は以下の仕様に従わなければなりません: type ...
https://man.plustar.jp/python/library/turtle.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ( voltage , state = 'a stiff' , action = 'voom' , type = 'Norwegian Blue' ): print ( "-- This parrot woul ... through it." ) print ( "-- Lovely plumage, the" , type ) print ( "-- It's" , state , "!" ) は、必須引数 ( ... voltage ) とオプション引数 ( state 、 action 、 type ) を受け付けます。この関数は以下のいずれかの方法で ... call last): File "<stdin>" , line 1 , in <module> TypeError : function() got multiple values for keyword ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... して使います。構造体は以下のように定義されています: typedef struct { double real ; double imag ; } Py_compl ... t のサブタイプは Python の複素数型を表現します。 PyTypeObject PyComplex_Type ¶ この PyTypeObject のインスタ ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... tscr() function, which will determine the terminal type, send any required setup codes to the terminal, an ... r 1-character-string arguments and return the same type. For example, curses.ascii.ctrl() returns the cont ...
https://man.plustar.jp/python/howto/curses.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は不正で、 SyntaxError を送出します。 None ¶ 型 NoneType の唯一の値です。 None は、関数にデフォルト引数が渡 ... se ¶ Object that when printed, prints the message "Type license() to see the full license text", and when ...
https://man.plustar.jp/python/library/constants.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT