Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ xs
Method
xs
suds/sax/__init__.py:91–92 ·
view source on GitHub ↗
(cls, ns)
Source
from the content-addressed store, hash-verified
89
90
@classmethod
91
def
xs(cls, ns):
92
return
cls.xsd(ns) or cls.xsi(ns)
93
94
@classmethod
95
def
w3(cls, ns):
Callers
2
getprefixes
Method · 0.80
skip
Method · 0.80
Calls
2
xsd
Method · 0.80
xsi
Method · 0.80
Tested by
no test coverage detected