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

Lines Matching full:f_code

197         f_code          code object being executed in this frame
416 object = object.f_code
573 object = object.f_code
828 args, varargs, varkw = getargs(frame.f_code)
1018 return Traceback(filename, lineno, frame.f_code.co_name, lines, index)