Lines Matching defs:set
371 self.stop_event.set()
402 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
739 # Subclass of set which get cleared after a fork
742 class ProcessLocalSet(set):
782 # Should be set to True only when a proxy object is being created
1021 def set(self, value):
1025 value = property(get, set)
1089 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1092 def set(self):
1093 return self._callmethod('set')
1139 _exposed_ = ('get', 'set')
1142 def set(self, value):
1143 return self._callmethod('set', (value,))
1144 value = property(get, set)
1292 # Unless set up as a shared proxy, don't make shared_memory_context