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

Method __init__

wsdiscovery/threaded.py:355–356  ·  view source on GitHub ↗
(self, observer)

Source from the content-addressed store, hash-verified

353
354class NetworkingThreadIPv6(NetworkingThread):
355 def __init__(self, observer):
356 super().__init__(observer)
357
358 def _makeMreq(self, addr):
359 "IPv6 multicast group join/leave request"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected