Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_constants.py47 GROUPREF_EXISTS = "groupref_exists" variable
114 GROUPREF, GROUPREF_EXISTS, GROUPREF_IGNORE,
Dsre_parse.py114 elif op == GROUPREF_EXISTS:
406 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
Dsre_compile.py212 elif op is GROUPREF_EXISTS:
/external/python/cpython3/Lib/
Dsre_parse.py134 elif op is GROUPREF_EXISTS:
208 elif op is GROUPREF_EXISTS:
782 subpatternappend((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
Dsre_compile.py233 elif op is GROUPREF_EXISTS:
719 elif op is GROUPREF_EXISTS:
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst429 Fixed debugging output of the GROUPREF_EXISTS opcode in the re module.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst2148 Fixed debugging output of the GROUPREF_EXISTS opcode in the re module.
/external/python/cpython3/Misc/
DHISTORY1374 - Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re