Lines Matching refs:__dict__
615 return (C, (), self.__dict__)
617 return self.__dict__ == other.__dict__
629 return (C, (), self.__dict__)
631 self.__dict__.update(state)
633 return self.__dict__ == other.__dict__
656 return (C, (), self.__dict__, iter(self))
659 self.__dict__ == other.__dict__)
673 return (C, (), self.__dict__, None, self.items())
676 self.__dict__ == other.__dict__)
692 return C, (), self.__dict__, None, None, state_setter
702 return C, (), self.__dict__, None, None, None