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

Method getProbeResolveMatches

wsdiscovery/envelope.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self._metadataVersion = metadataVersion
107
108 def getProbeResolveMatches(self):
109 return self._probeResolveMatches
110
111 def setProbeResolveMatches(self, probeResolveMatches):
112 self._probeResolveMatches = probeResolveMatches

Callers 10

constructProbeMatchFunction · 0.95
parseProbeMatchMessageFunction · 0.95
constructResolveMatchFunction · 0.95
parseResolveMatchMessageFunction · 0.95
_recvMessagesMethod · 0.80
showEnvFunction · 0.80
_handle_probematchesMethod · 0.80
createProbeMatchMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected