igedi / utils /__init__.py
Andrea Maldonado
Commit Main branch
fcfe5f6
raw
history blame
77 Bytes
def function_name(function: callable):
return str(function).split()[1]