MCPcopy Index your code
hub / github.com/python/cpython / func_get_function_name

Function func_get_function_name

Lib/pstats.py:585–586  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

583 return os.path.basename(filename), line, name
584
585def func_get_function_name(func):
586 return func[2]
587
588def func_std_string(func_name): # match what old profile produced
589 if func_name[:2] == ('~', 0):

Callers 1

print_statsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…