(func)
| 583 | return os.path.basename(filename), line, name |
| 584 | |
| 585 | def func_get_function_name(func): |
| 586 | return func[2] |
| 587 | |
| 588 | def func_std_string(func_name): # match what old profile produced |
| 589 | if func_name[:2] == ('~', 0): |
no outgoing calls
no test coverage detected
searching dependent graphs…