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

Method __str__

suds/sax/element.py:943–944  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

941 'Element (prefix=%s, name=%s)' % (self.prefix, self.name)
942
943 def __str__(self):
944 return self.str()
945
946 def __unicode__(self):
947 return self.str()

Callers

nothing calls this directly

Calls 1

strMethod · 0.95

Tested by

no test coverage detected