Python進階--面向對象編程設計與開發
入門
進階
- isinstance(obj,cls) / issubclass(sub,super)
- 反射
- __setattr__,__delattr__,__getattr__
- 二次加工標準類型(包裝)
- __getattribute__
- 描述符(__get__,__set__,__delete__)
- 再看property
- __setitem__,__getitem,__delitem__
- __str__,__repr__,__format__
- __slots__
- __next__和__iter__實現迭代器協議
- __doc__
- __module__和__class__
- __del__
- __enter__和__exit__
- __call__
- 元類(metaclass)
歡迎關注本站公眾號,獲取更多信息