MCPcopy Create free account
hub / github.com/LabPy/lantz / __getitem__

Method __getitem__

lantz/feat.py:480–481  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

478 self.instance = instance
479
480 def __getitem__(self, key):
481 return DictFeat.getitem(self.df, self.instance, key)
482
483 def __setitem__(self, key, value):
484 DictFeat.setitem(self.df, self.instance, key, value)

Callers

nothing calls this directly

Calls 1

getitemMethod · 0.80

Tested by

no test coverage detected