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

Method _networkAddressAdded

wsdiscovery/publishing.py:35–38  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

33
34
35 def _networkAddressAdded(self, addr):
36 self.addSourceAddr(addr)
37 for service in list(self._localServices.values()):
38 self._sendHello(service)
39
40 def _networkAddressRemoved(self, addr):
41 self.removeSourceAddr(addr)

Callers

nothing calls this directly

Calls 2

_sendHelloMethod · 0.80
addSourceAddrMethod · 0.45

Tested by

no test coverage detected