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

Method __init__

suds/sudsobject.py:135–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133class Object:
134
135 def __init__(self):
136 self.__keylist__ = []
137 self.__printer__ = Printer()
138 self.__metadata__ = Metadata()
139
140 def __setattr__(self, name, value):
141 if not is_builtin(name) and name not in self.__keylist__:

Callers

nothing calls this directly

Calls 2

PrinterClass · 0.85
MetadataClass · 0.85

Tested by

no test coverage detected