Home
last modified time | relevance | path

Searched refs:GROUPREF_EXISTS (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsre_constants.py47 GROUPREF_EXISTS = "groupref_exists" variable
114 GROUPREF, GROUPREF_EXISTS, GROUPREF_IGNORE,
Dsre_parse.py113 elif op == GROUPREF_EXISTS:
387 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
Dsre_compile.py212 elif op is GROUPREF_EXISTS:
/external/python/cpython2/Misc/
DNEWS1643 - Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re