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

Method __init__

lantz/feat.py:443–446  ·  view source on GitHub ↗
(self, instance, feat, key=MISSING)

Source from the content-addressed store, hash-verified

441 """
442
443 def __init__(self, instance, feat, key=MISSING):
444 super().__setattr__('instance', instance)
445 super().__setattr__('feat', feat)
446 super().__setattr__('key', key)
447
448 def __getattr__(self, item):
449 modifiers = _dget(self.feat.modifiers, self.instance, self.key)

Callers

nothing calls this directly

Calls 1

__setattr__Method · 0.45

Tested by

no test coverage detected