MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / __str__

Method __str__

suds/xsd/schema.py:148–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 return len(self.children)
147
148 def __str__(self):
149 result = ['\nschema collection']
150 for s in self.children:
151 result.append(s.str(1))
152 return '\n'.join(result)
153
154 def __unicode__(self):
155 result = ['\nschema collection']

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected