Is there some way to do something like this?
def func():
print(get_current_function())
and that would print out func.
How could I implement this function?
Is it already implemented anywhere? (i.e. standard library)
Thanks!
Is there some way to do something like this?
def func():
print(get_current_function())
and that would print out func.
How could I implement this function?
Is it already implemented anywhere? (i.e. standard library)
Thanks!