(func)
| 32 | return fix_ext_py(__file__), modname |
| 33 | |
| 34 | def get_firstlineno(func): |
| 35 | return func.__code__.co_firstlineno |
| 36 | |
| 37 | #-------------------- Target functions for tracing ---------------------------# |
| 38 | # |
no outgoing calls
no test coverage detected
searching dependent graphs…