Hi all,
Is there a way to identify the current function. For example:
class A:
def B(self):
print current_functio n_name
Is there a way to identify the current function. For example:
class A:
def B(self):
print current_functio n_name
Comment