MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / iteritems

Method iteritems

service/settings.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 return iter(self.info.values())
126
127 def iteritems(self):
128 return iter(self.info.items())
129
130 def keys(self):
131 return list(self.info.keys())

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected