Lines Matching refs:state
244 def __setstate__(self, state):
245 self.foo = state["foo"]
257 def __setstate__(self, state):
258 self.foo = state
548 def __setstate__(self, state):
549 self.foo = state["foo"]
564 def __setstate__(self, state):
565 self.foo = state
630 def __setstate__(self, state):
631 self.__dict__.update(state)
789 raise ValueError("ain't got no stickin' state")