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

Method restriction

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

Source from the content-addressed store, hash-verified

214 return False
215
216 def restriction(self):
217 for c in self.rawchildren:
218 if c.restriction():
219 return True
220 return False
221
222
223class List(SchemaObject):

Callers 3

restrictionMethod · 0.45
restrictionMethod · 0.45
restrictionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected