Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ get_process_id
Method
get_process_id
src/execution/process_base.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
pass
59
60
def
get_process_id(self):
61
return
self.process.pid
62
63
def
is_finished(self):
64
return
self.process.poll() is not None
Callers
2
stop
Method · 0.95
kill
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected