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

/seL4-camkes-master/kernel/tools/
H A Dlex.py63 def func_code(f): function
64 return f.func_code
66 def func_code(f): function
386 func_code(func).co_filename, func_code(func).co_firstlineno,
722 line = func_code(t).co_firstlineno
723 file = func_code(t).co_filename
751 func_code(x[1]).co_firstlineno, func_code(y[1]).co_firstlineno))
754 f.sort(key=lambda x: func_code(
[all...]

Completed in 25 milliseconds