📌  相关文章
📜  utils decorators.py",第 11 行,在 __get__ raise AttributeError("This method is available only on the class, not on instances.") AttributeError: This method is available only on the class, not on instances. - 不管代码示例

📅  最后修改于: 2022-03-11 15:00:25.353000             🧑  作者: Mango

代码示例1
utils/decorators.py", line 11, in __get__
    raise AttributeError("This method is available only on the class, not on instances.")
AttributeError: This method is available only on the class, not on instances.