MCPcopy
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_utf8Method · 0.95
policyMethod · 0.45
stopServiceMethod · 0.45
gracefulShutdownMethod · 0.45
finishedMethod · 0.45

Calls 2

pollMethod · 0.95
closeMethod · 0.65

Tested by 1

test_invalid_utf8Method · 0.76