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

Method restriction

suds/xsd/sxbasic.py:326–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

324 return False
325
326 def restriction(self):
327 for c in self.rawchildren:
328 if c.restriction():
329 return True
330 return False
331
332
333class SimpleContent(SchemaObject):

Callers

nothing calls this directly

Calls 1

restrictionMethod · 0.45

Tested by

no test coverage detected