Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/support/
D__init__.py1549 _match_test_func = None variable
1555 if _match_test_func is None:
1558 return _match_test_func(test.id())
1572 global _match_test_func, _match_test_patterns
1607 _match_test_func = func
/external/python/cpython3/Lib/test/support/
D__init__.py1918 _match_test_func = None variable
1924 if _match_test_func is None:
1927 return _match_test_func(test.id())
1941 global _match_test_func, _match_test_patterns
1976 _match_test_func = func