MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / __str__

Method __str__

suds/resolver.py:480–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478 self.ancestry = ancestry
479
480 def __str__(self):
481 return '%s\n%s\n%s' % (
482 Repr(self.type),
483 Repr(self.resolved),
484 [Repr(t) for t in self.ancestry])
485
486 class Empty:
487 def __getattr__(self, name):

Callers

nothing calls this directly

Calls 1

ReprClass · 0.90

Tested by

no test coverage detected