Lines Matching refs:co_code
214 co_code string of raw compiled bytecode762 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