Home
last modified time | relevance | path

Searched defs:translate_pattern (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dfilelist.py293 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): function
/external/python/cpython2/Lib/distutils/
Dfilelist.py312 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): function
/external/python/setuptools/setuptools/_distutils/
Dfilelist.py320 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): function
/external/python/setuptools/setuptools/command/
Degg_info.py39 def translate_pattern(glob): # noqa: C901 # is too complex (14) # FIXME function