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

Function getBodyEl

wsdiscovery/util.py:95–96  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

93
94
95def getBodyEl(doc):
96 return doc.getElementsByTagNameNS(NS_SOAPENV, "Body")[0]
97
98
99def getHeaderEl(doc):

Callers 6

createByeMessageFunction · 0.85
createResolveMessageFunction · 0.85
createProbeMatchMessageFunction · 0.85
createHelloMessageFunction · 0.85
createProbeMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected