Searched defs:compile_pattern (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/lib2to3/ | ||
D | patcomp.py | 55 def compile_pattern(self, input, debug=False, with_tree=False): member in PatternCompiler |
D | fixer_base.py | 59 def compile_pattern(self): member in BaseFix |
/third_party/python/Lib/lib2to3/fixes/ | ||
D | fix_imports.py | 99 def compile_pattern(self): member in FixImports |
/third_party/python/Lib/ | ||
D | pathlib.py | 192 def compile_pattern(self, pattern): member in _WindowsFlavour |
/third_party/pcre2/pcre2/src/ | ||
D | pcre2grep.c | 3688 compile_pattern(patstr *p, int options, int fromfile, const char *fromtext, in compile_pattern() function |