MCPcopy 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

getprefixesMethod · 0.80
xsMethod · 0.80
parsedMethod · 0.80

Calls 1

w3Method · 0.80

Tested by

no test coverage detected