Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ stop
Method
stop
worker/buildbot_worker/runprocess.py:130–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
self.poller = None
129
130
def
stop(self):
131
self.poll()
132
if
self.poller is not None:
133
self.poller.stop()
134
if
self.started:
135
self.f.close()
136
137
def
statFile(self):
138
if
os.path.exists(self.logfile):
Callers
6
test_invalid_utf8
Method · 0.95
failedToGetPerspective
Method · 0.45
policy
Method · 0.45
stopService
Method · 0.45
gracefulShutdown
Method · 0.45
finished
Method · 0.45
Calls
2
poll
Method · 0.95
close
Method · 0.65
Tested by
1
test_invalid_utf8
Method · 0.76