Home
last modified time | relevance | path

Searched refs:ANY_ALL (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsre_constants.py36 ANY_ALL = "any_all" variable
107 ANY, ANY_ALL,
Dsre_compile.py111 emit(OPCODES[ANY_ALL])
/external/python/cpython3/Lib/
Dsre_compile.py134 emit(ANY_ALL)
644 if op in (SUCCESS, FAILURE, ANY, ANY_ALL,