有没有一种方法可以从函数内部识别函数名称?

时间:2020-01-26 19:31:04

标签: python function

是否可以从函数中查找函数名称?

def some_function():
    function_name = ... # some way of retrieving the name 'some_function'
    print(function_name)

function_name的期望值为字符串:“ some_function”

1 个答案:

答案 0 :(得分:0)

some_function .__ name__应该起作用