MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / __init__

Method __init__

wsdiscovery/threaded.py:33–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 """
32
33 def __init__(self):
34 self._quitEvent = threading.Event()
35 super(_StoppableDaemonThread, self).__init__()
36 self.daemon = True
37
38 def schedule_stop(self):
39 """Schedule stopping the thread.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected