Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ _networkAddressRemoved
Method
_networkAddressRemoved
wsdiscovery/publishing.py:40–41 ·
view source on GitHub ↗
(self, addr)
Source
from the content-addressed store, hash-verified
38
self._sendHello(service)
39
40
def
_networkAddressRemoved(self, addr):
41
self.removeSourceAddr(addr)
42
43
44
def
publishService(self, types, scopes, xAddrs):
Callers
nothing calls this directly
Calls
1
removeSourceAddr
Method · 0.45
Tested by
no test coverage detected