Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ is_finished
Method
is_finished
src/tests/test_utils.py:588–589 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
586
self.notify_finish_thread.join()
587
588
def
is_finished(self):
589
return
self.finished
590
591
def
get_return_code(self):
592
return
self.exit_code
Callers
1
finish
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected