Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 70 for sequence (0.085 sec.)
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 7 を参照してください。) 内部実装に使っている structsequence がタプルのサブタイプを作るようになっています。これ ... っと多くのオブジェクトに 抽象基底クラス collections.Sequence を完全に実装しようとする取り組みの一環です。結果と ... ants: 0: 'Choose a random element from a non-empty sequence.' 1: 'Cannot choose from an empty sequence' Names: ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... た reversed() を使ってください: for x in reversed ( sequence ): ... # do something with x ... これは元のシーケン ... hon 2.3 では、拡張スライス構文を使います: for x in sequence [:: - 1 ]: ... # do something with x ... リストから ...
https://man.plustar.jp/python/faq/programming.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .isCallable(obj) hasattr(obj, '__call__') operator.sequenceIncludes(obj) operator.contains(obj) operator.isSeq ... uenceType(obj) isinstance(obj, collections.Sequence) operator.isMappingType(obj) isinstance(obj, colle ...
https://man.plustar.jp/python/library/2to3.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... moved task counter = itertools . count () # unique sequence count def add_task ( task , priority = 0 ): 'Add a ...
https://man.plustar.jp/python/library/heapq.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 供する _Validation_records 変数があります。 msilib. sequence ¶ このモジュールは標準シーケンステーブルのテーブル ... 内容を含んでいます。 AdminExecuteSequence , AdminUISequence , AdvtExecuteSequence , InstallE ... xecuteSequence , InstallUISequence が含まれています。 msilib. tex ...
https://man.plustar.jp/python/library/msilib.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 成して、そのプロキシを返します。 Array ( typecode , sequence ) ¶ 配列を作成して、そのプロキシを返します。 Value ... キシを返します。 dict ( ) ¶ dict ( mapping ) dict ( sequence ) 共有 dict オブジェクトを作成して、そのプロキシを ... 返します。 list ( ) ¶ list ( sequence ) 共有 list オブジェクトを作成して、そのプロキシを ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'lose' , 'draw' ]) # Single random element from a sequence 'draw' >>> deck = 'ace two three four' . split () ...
https://man.plustar.jp/python/library/random.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 定された値 value に設定します。 tag_bind ( tagname , sequence=None , callback=None ) ¶ 与えられたイベント sequen ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 16, 25] 文字列 (や他の全ての組み込みのシーケンス ( sequence ) 型) のように、リストはインデックスやスライスがで ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... トしました。 これにより deque インスタンスは MutableSequence と認識され、list との代替性が向上しました。 (Contr ... y Joe Jevnik in bpo-22189 .) collections.abc ¶ The Sequence.index() method now accepts start and stop argument ... .) sqlite3 ¶ The Row class now fully supports the sequence protocol, in particular reversed() iteration and s ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT