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

Method restriction

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

Source from the content-addressed store, hash-verified

404 return False
405
406 def restriction(self):
407 for c in self.rawchildren:
408 if c.restriction():
409 return True
410 return False
411
412 def dependencies(self):
413 deps = []

Callers

nothing calls this directly

Calls 1

restrictionMethod · 0.45

Tested by

no test coverage detected