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

Method _sendResolveMatch

wsdiscovery/daemon.py:51–53  ·  view source on GitHub ↗
(self, service, relatesTo, addr)

Source from the content-addressed store, hash-verified

49 handler(env, addr)
50
51 def _sendResolveMatch(self, service, relatesTo, addr):
52 env = constructResolveMatch(service, relatesTo)
53 self.sendUnicastMessage(env, addr[0], addr[1], unicast_num=self._unicast_num)
54
55 def _sendProbeMatch(self, services, relatesTo, addr):
56 env = constructProbeMatch(services, relatesTo)

Callers 1

_handle_resolveMethod · 0.80

Calls 2

constructResolveMatchFunction · 0.85
sendUnicastMessageMethod · 0.80

Tested by

no test coverage detected