Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 70 for sequence (0.041 sec.)
2. 字句解析 — Python 3.6.5 ドキュメント 6936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 1.2. 物理行 (physical line) ¶ A physical line is a sequence of characters terminated by an end-of-line sequenc ... les, any of the standard platform line termination sequences can be used - the Unix form using ASCII LF (linef ... eed), the Windows form using the ASCII sequence CR LF (return followed by linefeed), or the old Ma ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... dard classes */ PyNumberMethods * tp_as_number ; PySequenceMethods * tp_as_sequence ; PyMappingMethods * tp_as ... しれないのです。) PyNumberMethods * tp_as_number ; PySequenceMethods * tp_as_sequence ; PyMappingMethods * tp_as ... いならば、それぞれに C の PyNumberMethods 構造体、 PySequenceMethods 構造体、または PyMappingMethods 構造体のアド ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... パラメータで与えられます。 fieldnames パラメータは sequence です。 fieldnames が省略された場合、ファイル f の最 ... ような順番でファイル f に書かれるかを指定するキーの sequence です。 writerow() メソッドに渡された辞書に fieldna ...
https://man.plustar.jp/python/library/csv.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... erable )) def padnone ( iterable ): """Returns the sequence elements and then returns None indefinitely. Usefu ... None )) def ncycles ( iterable , n ): "Returns the sequence elements n times" return chain . from_iterable ( r ...
https://man.plustar.jp/python/library/itertools.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ystemRandom を参照してください。 secrets. choice ( sequence ) ¶ 空でないシーケンスから要素をランダムに選択して ...
https://man.plustar.jp/python/library/secrets.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... はタプルでなければなりません。) If the primary is a sequence, the expression (list) must evaluate to an integer ... e call f(x1, x2, *y, x3, x4) , if y evaluates to a sequence y1 , ..., yM , this is equivalent to a call with M ... arguments x1 , x2 , y1 , ..., yM , x3 , x4 . A consequence of this is that although the *expression syntax ma ... ') and float('NaN') < 3 will return False . Binary sequences (instances of bytes or bytearray ) can be compare ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... interactive statement; # file_input is a module or sequence of commands read from an input file; # eval_input ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 6809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... の性質があることを見てきました。これらは シーケンス (sequence) データ型 ( シーケンス型 --- list, tuple, range を ... x , y , z = t この操作は、 シーケンスのアンパック (sequence unpacking) とでも呼ぶべきもので、右辺には全てのシー ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... t protocol) 次のトピックへ シーケンス型プロトコル (sequence protocol) ナビゲーション 索引 モジュール | 次へ | ...
https://man.plustar.jp/python/c-api/number.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... Turns into the string /* , the start-comment text sequence for C files. {block comment end} Turns into the st ... ring */ , the end-comment text sequence for C files. The final new directive is one you sh ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT