¡@

Home 

python Programming Glossary: a.__dict__

What is the __dict__.__dict__ attribute of a Python class?

http://stackoverflow.com/questions/4877290/what-is-the-dict-dict-attribute-of-a-python-class

attribute of a Python class class A object pass ... A.__dict__ dictproxy object at 0x173ef30 A.__dict__.__dict__ Traceback.. A object pass ... A.__dict__ dictproxy object at 0x173ef30 A.__dict__.__dict__ Traceback most recent call last File string line 1.. 'dictproxy' object has no attribute '__dict__' A.__dict__.copy '__dict__' attribute '__dict__' of 'A' objects ... A.__dict__..