Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 70 for sequence (0.190 sec.)
Logging クックブック — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... ssages which include a BOM, an optional pure-ASCII sequence before it and arbitrary Unicode after it, encoded ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... 記法を使って書かれます。 In addition, special escape sequences that are valid in regular expressions, but not va ... eventually become a SyntaxError , which means the sequences will be invalid if raw string notation or escapin ... literal, is needed in this example because escape sequences in a normal "cooked" string literal that are not ... ned as the result. The finditer() method returns a sequence of match object instances as an iterator : >>> ite ...
https://man.plustar.jp/python/howto/regex.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is the file descriptor to which any initialization sequences will be sent; if not supplied or -1 , the file de ... window. keypad ( flag ) ¶ If flag is True , escape sequences generated by some keys (keypad, function keys) wi ... interpreted by curses . If flag is False , escape sequences will be left as is in the input stream. window. l ... dow. notimeout ( flag ) ¶ If flag is True , escape sequences will not be timed out. If flag is False , after a ...
https://man.plustar.jp/python/library/curses.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt call last): ... TurtleGraphicsError : bad color sequence: (240, 160, 80) >>> screen . colormode () 1.0 >>> ...
https://man.plustar.jp/python/library/turtle.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... llib.parse.urlencode() function takes a mapping or sequence of 2-tuples and returns an ASCII string in this fo ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rings, just like regular strings, are an immutable sequence type. They can be indexed and sliced, but not modi ... 表記は以下の形式を持ちます: [ expression for expr in sequence1 for expr2 in sequence2 ... for exprN in sequenceN ... ト内包は以下の Python コードと等価です: for expr1 in sequence1 : for expr2 in sequence2 : ... for exprN in seque ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... , and zip() now run several times faster with non-sequence arguments that supply a __len__() method. (Contrib ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... added by Raymond Hettinger.) difflib モジュールの SequenceMatcher クラスが、マッチを a , b , size 属性を持つ名 ... 使われます (---訳注: 数学の初等組み合わせ論の「順列 (sequence without repetition)」または群論や組合せ論の「置換 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed by Antoine Pitrou in bpo-17934 .) memoryview が Sequence として登録され、また、組み込み関数 reversed() をサ ... y and Victor Stinner in bpo-7330 .) 既存の PyStructSequence_InitType() 関数を補うものとして、 PyStructSequence ... るようです ---) Python 3.2 で非推奨となった difflib.SequenceMatcher.isbjunk() および difflib.SequenceMatcher.is ... bpopular() は削除されました: sm が SequenceMatcher であるとして、 x in sm.bjunk と x in sm.bpo ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... w Barnert and Ivan Levkivskyi in bpo-25958 .) Long sequences of repeated traceback lines are now abbreviated a ... s is consistent with the behavior of other mutable sequences. Contributed by Serhiy Storchaka in bpo-26492 . a ... er's builtin exception display now abbreviate long sequences of repeated lines in tracebacks as shown in the f ... 2 ). PyTraceback_Print method now abbreviates long sequences of repeated lines as "[Previous line repeated {co ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT