Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ restriction
Method
restriction
suds/xsd/sxbasic.py:347–351 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
345
return
False
346
347
def
restriction(self):
348
for
c in self.rawchildren:
349
if
c.restriction():
350
return
True
351
return
False
352
353
def
mixed(self):
354
return
len(self)
Callers
nothing calls this directly
Calls
1
restriction
Method · 0.45
Tested by
no test coverage detected