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

Method __init__

suds/resolver.py:473–478  ·  view source on GitHub ↗
(self, type, resolved=None, ancestry=())

Source from the content-addressed store, hash-verified

471
472class Frame:
473 def __init__(self, type, resolved=None, ancestry=()):
474 self.type = type
475 if resolved is None:
476 resolved = type.resolve()
477 self.resolved = resolved.resolve()
478 self.ancestry = ancestry
479
480 def __str__(self):
481 return '%s\n%s\n%s' % (

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected