Searched refs:SUBPATTERN (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/re/ |
H A D | __init__.py | 339 from ._constants import BRANCH, SUBPATTERN namespace 350 (SUBPATTERN, (gid, 0, 0, _parser.parse(phrase, flags))),
|
H A D | _compiler.py | 122 elif op is SUBPATTERN: 401 if op is SUBPATTERN: 445 elif op is SUBPATTERN: 470 if op is not SUBPATTERN:
|
H A D | _parser.py | 191 elif op is SUBPATTERN: 687 if item[0][0] is SUBPATTERN: 873 subpatternappend((SUBPATTERN, (group, add_flags, del_flags, p))) 887 if op is SUBPATTERN:
|
Completed in 3 milliseconds