MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / is_running

Method is_running

tensorflow/python/keras/utils/data_utils.py:626–627  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 self.stop_signal = None
625
626 def is_running(self):
627 return self.stop_signal is not None and not self.stop_signal.is_set()
628
629 def start(self, workers=1, max_queue_size=10):
630 """Starts the handler's workers.

Callers 3

__del__Method · 0.95
getMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected