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

Method start

wsdiscovery/threaded.py:434–437  ·  view source on GitHub ↗

start networking - should be called before using other methods

(self)

Source from the content-addressed store, hash-verified

432 self._networkingThread_v6 = None
433
434 def start(self):
435 """start networking - should be called before using other methods"""
436 self._startThreads()
437 self._serverStarted = True
438
439 def stop(self):
440 """cleans up and stops networking"""

Callers

nothing calls this directly

Calls 1

_startThreadsMethod · 0.95

Tested by

no test coverage detected