Lines Matching defs:set
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
679 # Subclass of set which get cleared after a fork
682 class ProcessLocalSet(set):
953 def set(self, value):
957 value = property(get, set)
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1009 def set(self):
1010 return self._callmethod('set')
1036 _exposed_ = ('get', 'set')
1039 def set(self, value):
1040 return self._callmethod('set', (value,))
1041 value = property(get, set)