Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getHeaderEl
Function
getHeaderEl
wsdiscovery/util.py:99–100 ·
view source on GitHub ↗
(doc)
Source
from the content-addressed store, hash-verified
97
98
99
def
getHeaderEl(doc):
100
return
doc.getElementsByTagNameNS(NS_SOAPENV,
"Header"
)[0]
101
102
103
def
getEnvEl(doc):
Callers
6
createByeMessage
Function · 0.85
createResolveMessage
Function · 0.85
createProbeMatchMessage
Function · 0.85
createHelloMessage
Function · 0.85
createProbeMessage
Function · 0.85
createResolveMatchMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected