MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / func_get_function_name

Function func_get_function_name

tools/python-3.11.9-amd64/Lib/pstats.py:551–552  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

549 return os.path.basename(filename), line, name
550
551def func_get_function_name(func):
552 return func[2]
553
554def func_std_string(func_name): # match what old profile produced
555 if func_name[:2] == ('~', 0):

Callers 1

print_statsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected