Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __init__
Method
__init__
suds/sudsobject.py:180–183 ·
view source on GitHub ↗
(self, sobject)
Source
from the content-addressed store, hash-verified
178
class
Iter:
179
180
def
__init__(self, sobject):
181
self.sobject = sobject
182
self.keylist = self.__keylist(sobject)
183
self.index = 0
184
185
def
__next__(self):
186
return
self.next()
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
__keylist
Method · 0.95
Tested by
no test coverage detected