MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / run

Method run

run.py:85–90  ·  view source on GitHub ↗

Execute the runner in the configured mode.

(self)

Source from the content-addressed store, hash-verified

83 save_cfg(save_file)
84
85 def run(self):
86 """Execute the runner in the configured mode."""
87 if self.cache_images_only:
88 self._run_cache_images()
89 else:
90 self._run_pipeline()
91
92 def _run_cache_images(self):
93 """Cache images only mode: iterate all data and write images to LMDB cache."""

Callers 3

mainFunction · 0.95
_runMethod · 0.80
generateMethod · 0.80

Calls 2

_run_cache_imagesMethod · 0.95
_run_pipelineMethod · 0.95

Tested by

no test coverage detected