Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ extension
Method
extension
suds/xsd/sxbasic.py:400–404 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
398
return
(
'attribute'
,
'simpleType'
,
'complexType'
,
'any'
,)
399
400
def
extension(self):
401
for
c in self.rawchildren:
402
if
c.extension():
403
return
True
404
return
False
405
406
def
restriction(self):
407
for
c in self.rawchildren:
Callers
nothing calls this directly
Calls
1
extension
Method · 0.45
Tested by
no test coverage detected