Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dgenerate_opcode_h.py35 def write_int_array_from_ops(name, ops, out): function
67 write_int_array_from_ops("_PyOpcode_RelativeJump", opcode['hasjrel'], fobj)
68 write_int_array_from_ops("_PyOpcode_Jump", opcode['hasjrel'] + opcode['hasjabs'], fobj)