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

Method __init__

lantz/action.py:204–206  ·  view source on GitHub ↗
(self, instance, action)

Source from the content-addressed store, hash-verified

202 """
203
204 def __init__(self, instance, action):
205 super().__setattr__('instance', instance)
206 super().__setattr__('action', action)
207
208 def __getattr__(self, item):
209 modifiers = _dget(self.action.modifiers, self.instance)

Callers

nothing calls this directly

Calls 1

__setattr__Method · 0.45

Tested by

no test coverage detected