If a class has defined its own __repr__ method, is there a way of getting the default repr output for that class anyway?
I'm attempting to graph some objects by digging around in the garbage collector's idea of what objects exist, and when I go to format them for the graph node labels, the ones that haven't defined a __repr__ look nice, but the ones that have come out looking strangely.
-- http://mail.python.org/mailman/listinfo/python-list