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

Method items

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

Source from the content-addressed store, hash-verified

236 self.value = value
237
238 def items(self):
239 for item in self:
240 if item[0] != 'value':
241 yield item
242
243 def get(self):
244 return self.value

Callers 2

objectMethod · 0.45
print_dictionaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected