Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 21 for pattern (0.046 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7881
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... a list of files. fnmatch Unix shell style filename pattern matching. formatter 非推奨: Generic output formatt ... alization services. glob Unix shell style pathname pattern expansion. grp (Unix) The group database (getgrnam ...
https://man.plustar.jp/python/py-modindex.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 7746
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... odule finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, alt ...
https://man.plustar.jp/python/library/glob.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7746
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... The re.error exceptions have new attributes, msg , pattern , pos , lineno , and colno , that provide better c ... odule() method now accepts a keyword-only argument pattern which is passed to load_tests as the third argumen ... oad_tests regardless of whether their path matches pattern , because it is impossible for a package name to m ... atch the default pattern. (Contributed by Robert Collins and Barry A. Warsa ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7678
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ackage_tests ( pkg_dir , loader , standard_tests , pattern ) ¶ Generic implementation of the unittest load_te ... tory of the package; loader , standard_tests , and pattern are the arguments expected by load_tests . In simp ...
https://man.plustar.jp/python/library/test.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 7611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、正規表現を表すような文字列にしては なりません 。 idpattern -- 波括弧でくくらない形式のプレースホルダの表記パタ ... いうことに注意してください。したがって、カスタムな idpattern は verbose 正規表現の規約に従わなければなりません。 ... バージョン 3.2 で追加. 他にも、クラス属性 pattern をオーバライドして、正規表現パターン全体を指定でき ... ます。オーバライドを行う場合、 pattern の値は 4 つの名前つきキャプチャグループ (capturing ...
https://man.plustar.jp/python/library/string.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 7543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーブルのエントリ用に指定することができます。 glob ( pattern , exclude=None ) ¶ 現在のコンポーネントに glob パタ ...
https://man.plustar.jp/python/library/msilib.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7475
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ough to the __init__ method of the base type. This pattern is important when writing a type with custom tp_ne ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 7475
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数 charjunk としてデフォルトで使用されます。 参考 Pattern Matching: The Gestalt Approach John W. Ratcliff と ...
https://man.plustar.jp/python/library/difflib.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 7475
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e code under test, which is a classic testing anti-pattern. Calls to the date constructor are recorded in the ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... のキューに預けられます。 See Barrier Synchronization Patterns for more examples of how barriers can be used in ... l directory can be specified with the -t option, a pattern for matching files with -p , and a directory to st ... れました: Python's peephole optimizer now recognizes patterns such x in {1, 2, 3} as being a test for membershi ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 NEXT