Searched refs:func_code (Results 1 – 2 of 2) sorted by relevance
51 def func_code(f): function52 return f.func_code54 def func_code(f): function360 func_code(func).co_filename, func_code(func).co_firstlineno,682 line = func_code(t).co_firstlineno683 file = func_code(t).co_filename708 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)726 line = func_code(f).co_firstlineno727 file = func_code(f).co_filename735 nargs = func_code(f).co_argcount[all …]
91 def func_code(f): function92 return f.func_code94 def func_code(f): function2885 eline = func_code(self.error_func).co_firstlineno2886 efile = func_code(self.error_func).co_filename2889 if (func_code(self.error_func).co_argcount != 1+ismethod):2969 line = func_code(item).co_firstlineno2970 file = func_code(item).co_filename2993 if func_code(func).co_argcount > reqargs:2996 elif func_code(func).co_argcount < reqargs:[all …]