__dict__
is a special attribute holding current state of instance, overwriting it with with method will certainly lead to troubles.
Denis Otkidach
2010-09-14 14:15:36
__dict__
is a special attribute holding current state of instance, overwriting it with with method will certainly lead to troubles.