Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __unicode__
Method
__unicode__
suds/xsd/schema.py:154–158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
return
'\n'
.join(result)
153
154
def
__unicode__(self):
155
result = [
'\nschema collection'
]
156
for
s in self.children:
157
result.append(s.str(1))
158
return
'\n'
.join(result)
159
160
161
class
Schema:
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected