MCPcopy 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

getprefixesMethod · 0.80
skipMethod · 0.80

Calls 2

xsdMethod · 0.80
xsiMethod · 0.80

Tested by

no test coverage detected