R. David Murray <rdmur...@bitdance.com> added the comment:

Everything in python is an instance of something.  Objects all the way down...

>>> isinstance(object, object)
True

So, there is no function you are overlooking because there is nothing that is 
not an instance.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12203>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to