When is a __dict__ not a __dict__?

Derek Fountain devnull at example.com
Wed Apr 21 00:06:02 EDT 2004


Am I correct in thinking that a Python object which comes from a bit of C
code doesn't have a __dict__ attribute? I'm trying to poke around inside
the objects which control the expat XML parser, but they don't seem to have
__dict__s.



More information about the Python-list mailing list