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

Method kill

resources/oidscripts/test.py:168–172  ·  view source on GitHub ↗

Request consumer thread to finish its execution

(self)

Source from the content-addressed store, hash-verified

166 latest_request()
167
168 def kill(self):
169 """
170 Request consumer thread to finish its execution
171 """
172 self._is_running = False
173
174 def get_casted_pointer(self, typename, debugger_object):
175 """

Callers 1

oidtestFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected