Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ extension
Method
extension
suds/xsd/sxbasic.py:210–214 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
208
return
(
'name'
,)
209
210
def
extension(self):
211
for
c in self.rawchildren:
212
if
c.extension():
213
return
True
214
return
False
215
216
def
restriction(self):
217
for
c in self.rawchildren:
Callers
5
encode
Method · 0.45
extension
Method · 0.45
extension
Method · 0.45
extension
Method · 0.45
extension
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected