Is there a way to automatically print all the instance
data in a class? This is for debugging, I would like
to do something like dump(self) to snapshot the state
of the object.
Many TIA!
Mark
--
Mark Harrison
Pixar Animation Studios
data in a class? This is for debugging, I would like
to do something like dump(self) to snapshot the state
of the object.
Many TIA!
Mark
--
Mark Harrison
Pixar Animation Studios
Comment