MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / is_started

Method is_started

monai/data/dataset.py:1132–1137  ·  view source on GitHub ↗

Check whether the replacement thread is already started.

(self)

Source from the content-addressed store, hash-verified

1130 self._replace_data_idx[i] = pos
1131
1132 def is_started(self):
1133 """
1134 Check whether the replacement thread is already started.
1135
1136 """
1137 return False if self._replace_mgr is None else self._replace_mgr.is_alive()
1138
1139 def start(self):
1140 """

Callers 3

set_dataMethod · 0.95
startMethod · 0.95
shutdownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected