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