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

Method _pimp

lantz/ui/blocks/featscan.py:63–65  ·  view source on GitHub ↗
(widget)

Source from the content-addressed store, hash-verified

61 feat = target.feats[feat_name]
62
63 def _pimp(widget):
64 WidgetMixin.wrap(widget)
65 widget.bind_feat(feat)
66
67 for name in 'start stop step_size'.split():
68 _pimp(getattr(self.widget, name))

Callers

nothing calls this directly

Calls 2

wrapMethod · 0.80
bind_featMethod · 0.45

Tested by

no test coverage detected