目录反射反射基本介绍反射获取类对象反射获取构造器对象反射获取成员变量对象反射获取方法对象反射
I\'m using Python 2.x and I\'m wondering if there\'s a way to tell if a variable is a new-style class? I know that if it\'s an old-style class that I can do the following to find out.