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

Method __next__

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

Source from the content-addressed store, hash-verified

183 self.index = 0
184
185 def __next__(self):
186 return self.next()
187
188 def next(self):
189 keylist = self.keylist

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected