Searched refs:func_code (Results 1 - 1 of 1) sorted by relevance

/seL4-mcs-10.1.1/tools/
H A Dlex.py60 def func_code(f): function
61 return f.func_code
63 def func_code(f): function
369 func_code(func).co_filename, func_code(func).co_firstlineno,
691 line = func_code(t).co_firstlineno
692 file = func_code(t).co_filename
718 f.sort(lambda x,y: cmp(func_code(x[1]).co_firstlineno,func_code(y[1]).co_firstlineno))
721 f.sort(key=lambda x: func_code(
[all...]

Completed in 42 milliseconds