Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
class
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