Searched refs:OP_IGNORE (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Dsre_constants.py162 OP_IGNORE = { variable
H A Dsre_compile.py93 emit(OPCODES[OP_IGNORE[op]])
100 emit(OPCODES[OP_IGNORE[op]])
208 emit(OPCODES[OP_IGNORE[op]])
/external/python/cpython3/Lib/
H A Dsre_constants.py119 OP_IGNORE = { variable
H A Dsre_compile.py94 emit(OP_IGNORE[op])
101 emit(OP_IGNORE[op])
203 emit(OP_IGNORE[op])

Completed in 123 milliseconds