MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / terminate

Method terminate

apps/proxy/live_proxy/utils.py:215–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 pass
214
215 def terminate(self):
216 try:
217 os.kill(self.pid, signal.SIGTERM)
218 except ProcessLookupError:
219 pass
220
221 return _Proc()
222

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected