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

Method __iter__

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

Source from the content-addressed store, hash-verified

160 setattr(self, name, value)
161
162 def __iter__(self):
163 return Iter(self)
164
165 def __len__(self):
166 return len(self.__keylist__)

Callers

nothing calls this directly

Calls 1

IterClass · 0.70

Tested by

no test coverage detected