@author jackzhenguo @desc @date 2019/3/15 43 所有对象之根 object 是所有类的基类 In [1]: o = object() In [2]: type(o) Out[2]: object