Home
last modified time | relevance | path

Searched defs:ignore_patterns (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dshutil.py147 def ignore_patterns(*patterns): function
/external/python/cpython3/Lib/
Dshutil.py439 def ignore_patterns(*patterns): function
/external/python/cpython3/Lib/test/support/
D__init__.py1839 def set_match_tests(accept_patterns=None, ignore_patterns=None): argument