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

Method run

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

Source from the content-addressed store, hash-verified

67 self._addrs = addrs
68
69 def run(self):
70 while not self._quitEvent.wait(NETWORK_ADDRESSES_CHECK_TIMEOUT):
71 self._updateAddrs()
72
73
74class NetworkingThread(_StoppableDaemonThread):

Callers

nothing calls this directly

Calls 1

_updateAddrsMethod · 0.95

Tested by

no test coverage detected