Exemplo n.º 1
0
 def _is_clean(self):
     self_clean = not bool(self.tasks)
     return self_clean and SocketMultiprocess._is_clean(self)
Exemplo n.º 2
0
 def _is_clean(self):
     self_clean = not bool(self.subscribed_tasks)
     return self_clean and SocketMultiprocess._is_clean(self)
Exemplo n.º 3
0
 def _is_clean(self):
     self_clean = not bool(self.tasks) and not bool(self.server_delete)
     return self_clean and SocketMultiprocess._is_clean(self)
Exemplo n.º 4
0
 def _is_clean(self):
     self_clean = not bool(self.tasks) and not bool(self.server_delete)
     return self_clean and SocketMultiprocess._is_clean(self)