Home > database >  Could you tell me how to achieve Python this code is access to the class attribute
Could you tell me how to achieve Python this code is access to the class attribute

Time:09-15

CodePudding user response:

Just return the object. The.__getattribute__ (self, name) is how to realize the return visit attribute
  • Related