Home | History | Annotate | Download | only in python2.7

Lines Matching full:__dict__

123 BUILD           = 'b'   # call __setstate__ or __dict__.update()
721 stuff = obj.__dict__
1224 d = inst.__dict__
1234 # XXX In restricted execution, the instance's __dict__
1241 # PyObject_SetItem(inst.__dict__, key, value) in a