Searched refs:jabs_op (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | opcode.py | 50 def jabs_op(name, op): function 156 jabs_op('JUMP_IF_FALSE_OR_POP', 111) # Target byte offset from beginning of code 157 jabs_op('JUMP_IF_TRUE_OR_POP', 112) # "" 158 jabs_op('JUMP_ABSOLUTE', 113) # "" 159 jabs_op('POP_JUMP_IF_FALSE', 114) # "" 160 jabs_op('POP_JUMP_IF_TRUE', 115) # "" 166 jabs_op('JUMP_IF_NOT_EXC_MATCH', 121) 216 del def_op, name_op, jrel_op, jabs_op
|