Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ extension
Method
extension
suds/xsd/sxbasic.py:115–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
return
(
'name'
,)
114
115
def
extension(self):
116
for
c in self.rawchildren:
117
if
c.extension():
118
return
True
119
return
False
120
121
def
mixed(self):
122
for
c in self.rawchildren:
Callers
nothing calls this directly
Calls
1
extension
Method · 0.45
Tested by
no test coverage detected