Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 70 for sequence (0.033 sec.)
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクト型を定義しています。アレイはシーケンス (sequence) 型であり、中に入れるオブジェクトの型に制限があるこ ...
https://man.plustar.jp/python/library/array.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ecmp モジュールも参照してください。 class difflib. SequenceMatcher ¶ 柔軟性のあるクラスで、二つのシーケンスの要 ... ルゴリズムは、最悪の場合3乗、期待値で2乗となります。 SequenceMatcher オブジェクトでは、最悪のケースで2乗、期待値 ... は線形時間になります。 自動 junk ヒューリスティック: SequenceMatcher は、シーケンスの特定の要素を自動的に junk と ... junk として扱われます。このヒューリスティックは、 SequenceMatcher の作成時に autojunk パラメタを False に設定 ...
https://man.plustar.jp/python/library/difflib.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 変数に保存 ( STORE_FAST , STORE_NAME , または UNPACK_SEQUENCE ) します。 バージョン 3.2 で追加. WITH_CLEANUP_STA ... ェクトの co_names 属性へのインデックスです。 UNPACK_SEQUENCE ( count ) ¶ TOS を count 個の個別の値にアンパックし ...
https://man.plustar.jp/python/library/dis.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) errno. EILSEQ ¶ 不正なバイト列です (Illegal byte sequence) errno. ERESTART ¶ 割り込みシステムコールを復帰しな ...
https://man.plustar.jp/python/library/errno.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ll'), (4, 'Winter')] 次と等価です: def enumerate ( sequence , start = 0 ): n = start for elem in sequence : yi ... るシーケンスを結合する高速かつ望ましい方法は ''.join(sequence) を呼ぶことです。浮動小数点数値を拡張された精度で加 ...
https://man.plustar.jp/python/library/functions.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) ¶ Executes an SQL command against all parameter sequences or mappings found in the sequence seq_of_paramete ... using an iterator yielding parameters instead of a sequence. import sqlite3 class IterChars : def __init__ ( s ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... なります。 bind メソッドの形式は: def bind ( self , sequence , func , add = '' ): ここでは: sequence は対象とす ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... using the ENCODING token, which is the first token sequence output by tokenize() . tokenize() needs to detect ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n made, but you're only interested in a particular sequence of them then an alternative is to use the assert_h ... calls (constructed with the call object). If that sequence of calls are in mock_calls then the assert succeed ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を返します。 xml.etree.ElementTree. fromstringlist ( sequence , parser=None ) ¶ 文字列フラグメントのシーケンスか ... ら XML ドキュメントを解析します。 sequence は XML データのフラグメントを格納した、リストかその ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT