Home | History | Annotate | Download | only in python2.7

Lines Matching defs:is_set

571     is_set = isSet
714 if self.__started.is_set():
736 if self.__started.is_set():
935 if not self.__started.is_set():
1002 return self.__started.is_set() and not self.__stopped
1026 if self.__started.is_set():
1079 if not self.finished.is_set():