Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for sequence (0.138 sec.)
Unicode HOWTO — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... 扱うことができる。 A Unicode string is turned into a sequence of bytes containing no embedded zero bytes. This a ... ding interface to catch the case of partial coding sequences. The work of implementing this has already been d ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the list of results (in the order of the original sequence, not necessarily the order of results arrival). If ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... text message, or a binary object, or a structured sequence of sub-messages each with their own set of headers ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... collection. The optional parameters argument is a sequence of Parameter objects, which is validated to check ...
https://man.plustar.jp/python/library/inspect.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , {0} ' . format ( * 'abc' ) # unpacking argument sequence 'c, b, a' >>> ' {0}{1}{0} ' . format ( 'abra' , 'c ...
https://man.plustar.jp/python/library/string.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... です: class Reverse : """Iterator for looping over a sequence backwards.""" def __init__ ( self , data ): self . ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... / を参照してください。 新規の difflib モジュールは SequenceMatcher クラスを含んでおり、これは 2 つのシーケンス ... xrange() built-in. xreadlines() returns an opaque sequence object that only supports being iterated over, rea ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... II character 13), and Windows uses a two-character sequence of a carriage return plus a newline. Python のファ ... n>" , line 1 , in ? ValueError : attempt to assign sequence of size 3 to extended slice of size 2 削除はもっと ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .zip_longest() で包んでください。例えば map(func, *sequences) を list(map(func, itertools.zip_longest(*sequenc ... も許容します。その mutable API は collections.MutableSequence に基づいています。 raw 文字列リテラル内にある全ての ... れたイテレータのアンパッキング。 a, b, *rest = some_sequence のようなことを書けるようになりました。 *rest, a = ... れ collections.MutableMapping と collections.MutableSequence の ABC に従うようになっています。 PEP 3127: 整数リ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... タ式の形式は次のとおりです: ( expression for expr in sequence1 if condition1 for expr2 in sequence2 if condition ... 2 for expr3 in sequence3 ... if condition3 for exprN in sequenceN if condi ... レートされるので、長さが同じである必要はありません。 sequence1 の各要素ごとに毎回最初から sequence2 をループで回 ... すのです。その後 sequence1 と sequence2 から出た要素ペアごとに、 sequence3 で ...
https://man.plustar.jp/python/howto/functional.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT