Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
class
List(SchemaObject):
Callers
3
restriction
Method · 0.45
restriction
Method · 0.45
restriction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected