MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / stop

Method stop

misc/python/materialize/parallel_task.py:125–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 print("\r\033[K", end="", flush=True)
124
125 def stop(self) -> None:
126 if self.active:
127 self.active = False
128 print("\r\033[K", end="", flush=True)
129
130
131def run_parallel(

Callers 2

run_parallelFunction · 0.45
deactivateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected