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

Function showEnv

wsdiscovery/util.py:286–301  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

284
285
286def showEnv(env):
287 print("-----------------------------")
288 print("Action: %s" % env.getAction())
289 print("MessageId: %s" % env.getMessageId())
290 print("InstanceId: %s" % env.getInstanceId())
291 print("MessageNumber: %s" % env.getMessageNumber())
292 print("Reply To: %s" % env.getReplyTo())
293 print("To: %s" % env.getTo())
294 print("RelatesTo: %s" % env.getRelatesTo())
295 print("Relationship Type: %s" % env.getRelationshipType())
296 print("Types: %s" % env.getTypes())
297 print("Scopes: %s" % env.getScopes())
298 print("EPR: %s" % env.getEPR())
299 print("Metadata Version: %s" % env.getMetadataVersion())
300 print("Probe Matches: %s" % env.getProbeResolveMatches())
301 print("-----------------------------")
302
303
304

Callers

nothing calls this directly

Calls 13

getActionMethod · 0.80
getMessageIdMethod · 0.80
getReplyToMethod · 0.80
getToMethod · 0.80
getRelatesToMethod · 0.80
getRelationshipTypeMethod · 0.80
getInstanceIdMethod · 0.45
getMessageNumberMethod · 0.45
getTypesMethod · 0.45
getScopesMethod · 0.45
getEPRMethod · 0.45

Tested by

no test coverage detected