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

Method __init__

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

Source from the content-addressed store, hash-verified

326
327class NetworkingThreadIPv4(NetworkingThread):
328 def __init__(self, observer):
329 super().__init__(observer)
330
331 def _makeMreq(self, addr):
332 "IPvv multicast group join/leave request"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected