Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ xsd
Method
xsd
suds/sax/__init__.py:75–80 ·
view source on GitHub ↗
(cls, ns)
Source
from the content-addressed store, hash-verified
73
74
@classmethod
75
def
xsd(cls, ns):
76
try
:
77
return
cls.w3(ns) and ns[1].endswith(
'XMLSchema'
)
78
except
:
79
pass
80
return
False
81
82
@classmethod
83
def
xsi(cls, ns):
Callers
3
getprefixes
Method · 0.80
xs
Method · 0.80
parsed
Method · 0.80
Calls
1
w3
Method · 0.80
Tested by
no test coverage detected