Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
class
ProcessWithResult(multiprocessing.Process):
Callers
4
with_timeout
Function · 0.80
test_process_with_result_child_completed
Method · 0.80
test_process_with_result_child_exception
Method · 0.80
test_process_with_result_return_value
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_process_with_result_child_completed
Method · 0.64
test_process_with_result_child_exception
Method · 0.64
test_process_with_result_return_value
Method · 0.64