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

Method kill

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

Source from the content-addressed store, hash-verified

207 _gevent.sleep(0.01)
208
209 def kill(self):
210 try:
211 os.kill(self.pid, signal.SIGKILL)
212 except ProcessLookupError:
213 pass
214
215 def terminate(self):
216 try:

Callers 7

stream_generatorFunction · 0.45
handleMethod · 0.45
terminateMethod · 0.45
run_recordingFunction · 0.45
_posix_runFunction · 0.45
_gpg_runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected