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

Method __str__

suds/sax/document.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 return ''.join(s)
56
57 def __str__(self):
58 return self.str()
59
60 def __unicode__(self):
61 return self.str()

Callers

nothing calls this directly

Calls 1

strMethod · 0.95

Tested by

no test coverage detected