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