MCPcopy Index your code
hub / github.com/tiny-pilot/tinypilot / was_successful

Method was_successful

app/execute.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 exception: Exception = None
11
12 def was_successful(self) -> bool:
13 return self.exception is None
14
15
16class ProcessWithResult(multiprocessing.Process):

Calls

no outgoing calls