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

Method __init__

src/pymgrid/modules/module_container.py:12–14  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

10
11class Container(UserDict):
12 def __init__(self, *args, **kwargs):
13 super().__init__(*args, **kwargs)
14 self.dir_additions = self.dir_additions()
15
16 @property
17 def containers(self):

Callers 1

__init__Method · 0.45

Calls 1

dir_additionsMethod · 0.95

Tested by

no test coverage detected