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

Method feat_key

lantz/ui/widgets.py:196–199  ·  view source on GitHub ↗

Key associated with the DictFeat.

(self)

Source from the content-addressed store, hash-verified

194
195 @property
196 def feat_key(self):
197 """Key associated with the DictFeat.
198 """
199 return self._feat_key
200
201 @feat_key.setter
202 def feat_key(self, value):

Callers

nothing calls this directly

Calls 2

value_from_featMethod · 0.95
connectMethod · 0.45

Tested by

no test coverage detected