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

Method __init__

suds/__init__.py:121–122  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

119
120class Repr:
121 def __init__(self, x):
122 self.x = x
123
124 def __str__(self):
125 return repr(self.x)

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected