dict_proxy({.....'showMe4': 'function wrapper1 at 0x0C1BD150',
'showMe3': 'classmethod object at 0x0C1BF630'.....
如果我在某些类(例如wrapper1
)中为我的函数(例如)使用包装器(例如)定义我自己的装饰器,为什么它被列为一个函数,但 Python 装饰器(例如和)(我假设所有 Python 定义的装饰器? )如果应用于我的功能(例如应用于)被列为对象?showMe4
myClass
myClass.__dict__
@classmethod
@staticmethod
@classmethod
showMe3