MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / w3

Method w3

suds/sax/__init__.py:95–100  ·  view source on GitHub ↗
(cls, ns)

Source from the content-addressed store, hash-verified

93
94 @classmethod
95 def w3(cls, ns):
96 try:
97 return ns[1].startswith('http://www.w3.org')
98 except:
99 pass
100 return False
101
102 @classmethod
103 def isns(cls, ns):

Callers 2

xsdMethod · 0.80
xsiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected