Home
last modified time | relevance | path

Searched defs:pattern_match (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_manifest.py135 def pattern_match(request): function
150 def test_translated_pattern_match(pattern_match): argument
/external/python/cpython2/Modules/
D_sre.c1927 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match() function