Home | History | Annotate | Download | only in python2.7

Lines Matching refs:genops

6 genops(pickle)
13 __all__ = ['dis', 'genops', 'optimize']
1807 def genops(pickle):
1869 for opcode, arg, pos in genops(p):
1937 for opcode, arg, pos in genops(pickle):