Searched refs:opcode_py (Results 1 – 1 of 1) sorted by relevance
73 def main(opcode_py, outfile='Include/opcode.h', internaloutfile='Include/internal/pycore_opcode.h'): argument76 fp = tokenize.open(opcode_py) # Python 3.2+78 fp = open(opcode_py) # Python 2.7