Check if call comes from same class in __getattribute__

后端 未结 0 1530
轮回少年
轮回少年 2020-12-22 04:10

I am writing a __getattribute__ method and I am aware that I need to use

object.__getattribute__(self, item)

to avoid recursive

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