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
709 … f.sort(lambda x,y: cmp(func_code(x[1]).co_firstlineno,func_code(y[1]).co_firstlineno))
712 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)
730 line = func_code(f).co_firstlineno
731 file = func_code(f).co_filename
739 nargs = func_code(f).co_argcount
800 line = func_code(f).co_firstlineno
801 file = func_code(f).co_filename
808 nargs = func_code(f).co_argcount
934 line = func_code(f).co_firstlineno
935 file = func_code(f).co_filename