Lines Matching refs:state
1864 """Get current state of a generator-iterator.
1906 """Get current state of a coroutine object.
2735 def __setstate__(self, state):
2736 self._default = state['_default']
2737 self._annotation = state['_annotation']
2928 def __setstate__(self, state):
2929 self._signature = state['_signature']
2930 self.arguments = state['arguments']
3226 def __setstate__(self, state):
3227 self._return_annotation = state['_return_annotation']