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

Lines Matching refs:co_code

214         co_code         string of raw compiled bytecode
762 while step < len(co.co_code):
763 op = ord(co.co_code[step])
767 value = ord(co.co_code[step]) + ord(co.co_code[step+1])*256