Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ _networkAddressAdded
Method
_networkAddressAdded
wsdiscovery/discovery.py:102–103 ·
view source on GitHub ↗
(self, addr)
Source
from the content-addressed store, hash-verified
100
# handle local address changes:
101
102
def
_networkAddressAdded(self, addr):
103
self.addSourceAddr(addr)
104
105
def
_networkAddressRemoved(self, addr):
106
self.removeSourceAddr(addr)
Callers
1
_updateAddrs
Method · 0.45
Calls
1
addSourceAddr
Method · 0.45
Tested by
no test coverage detected