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

Method __init__

lantz/feat.py:326–329  ·  view source on GitHub ↗
(self, fget=MISSING, fset=None, doc=None, *,
                 keys=None, **kwargs)

Source from the content-addressed store, hash-verified

324 """
325
326 def __init__(self, fget=MISSING, fset=None, doc=None, *,
327 keys=None, **kwargs):
328 super().__init__(fget, fset, doc, **kwargs)
329 self.modifiers[MISSING][MISSING]['keys'] = keys
330
331
332 def getitem(self, instance, key):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected