Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ xsi
Method
xsi
suds/sax/__init__.py:83–88 ·
view source on GitHub ↗
(cls, ns)
Source
from the content-addressed store, hash-verified
81
82
@classmethod
83
def
xsi(cls, ns):
84
try
:
85
return
cls.w3(ns) and ns[1].endswith(
'XMLSchema-instance'
)
86
except
:
87
pass
88
return
False
89
90
@classmethod
91
def
xs(cls, ns):
Callers
1
xs
Method · 0.80
Calls
1
w3
Method · 0.80
Tested by
no test coverage detected