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

Lines Matching full:func_code

148         func_code       code object containing compiled function bytecode
162 object.func_code.co_flags & CO_GENERATOR)
412 object = object.func_code
569 object = object.func_code
816 args, varargs, varkw = getargs(func.func_code)