面向对象进阶
类型判断 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
标签:__,反射,www,进阶,python,面向对象 From: https://www.cnblogs.com/frantichow/p/17279966.html