-
Overview
def function_name(): print("haha")function_nameis a reference to the function;function_name()refers to the result of evaluating the function; -
References
- Real Python: Primer on Python Decorators
- StackOverflow: Calling a function of a module by using its name (a string)
967

被折叠的 条评论
为什么被折叠?



