Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class
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_additions
Method · 0.95
Tested by
no test coverage detected