python面向对象进阶

发布时间 2023-04-02 09:52:14作者: FrantiChow

面向对象进阶

类型判断
issubclass
type
isinstance
反射
反射的四个函数
importlib
类的其他成员
__str__
__repr__
__format__
__del__
__dict__和__slots__
__item__系列
__init__
__new__
__call__
__doc__
__iter__和__next__
__enter__和__exit__
__len__
__hash__
__eq__

 

https://www.cnblogs.com/liuqingzheng/articles/9949568.html