How can I check whether a function is a function type in python?

后端 未结 0 514
温柔的废话
温柔的废话 2021-01-20 05:15

How can I check whether a function is a function type in python?

I did this:

print(type(func_1))

python tells me that this is a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题