python 如何查看一个对象实例化于哪个类?

python 如何查看一个对象实例化于哪个类?

谢谢啦。
类实例.__class__.__name__
type(obj)
isinstance
内建函数
原来也不知道,看twisted Defered代码知道的