类的内置属性

  1. __init__
  2. __new__
  3. __class__
  4. __str__
  5. __repr__
  6. __del__
  7. __dict__
  8. __doc__
  9. __getattribute__

    

原文地址:https://www.cnblogs.com/pzk7788/p/10276827.html