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

Method __init__

suds/sudsobject.py:234–236  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

232class Property(Object):
233
234 def __init__(self, value):
235 Object.__init__(self)
236 self.value = value
237
238 def items(self):
239 for item in self:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected