MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / iteritems

Method iteritems

src/pymgrid/modules/module_container.py:121–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 yield name, modules
120
121 def iteritems(self):
122 for name, module in self.to_dict(orient='records').items():
123 yield name, module
124
125 def get_attrs(self, *attrs, unique=False, as_pandas=True, drop_attr_names=False):
126 """

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.95

Tested by

no test coverage detected