Lines Matching refs:func_code
51 def func_code(f): function
52 return f.func_code
54 def func_code(f): function
360 func_code(func).co_filename, func_code(func).co_firstlineno,
682 line = func_code(t).co_firstlineno
683 file = func_code(t).co_filename
708 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)
726 line = func_code(f).co_firstlineno
727 file = func_code(f).co_filename
735 nargs = func_code(f).co_argcount
796 line = func_code(f).co_firstlineno
797 file = func_code(f).co_filename
804 nargs = func_code(f).co_argcount
930 line = func_code(f).co_firstlineno
931 file = func_code(f).co_filename