Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ __getitem__
Method
__getitem__
lantz/driver.py:92–93 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
90
return
self.callable(self.instance, self.collection[item])
91
92
def
__getitem__(self, item):
93
return
self.callable(self.instance, self.collection[item])
94
95
def
items(self):
96
for
key, value in self.collection.items():
Callers
2
add
Method · 0.45
stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected