Home
last modified time | relevance | path

Searched refs:_is_full_match_test (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/support/
D__init__.py1561 def _is_full_match_test(pattern): function
1582 elif all(map(_is_full_match_test, patterns)):
/external/python/cpython3/Lib/test/support/
D__init__.py1930 def _is_full_match_test(pattern): function
1951 elif all(map(_is_full_match_test, patterns)):