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

Method patch

lantz/ui/widgets.py:734–736  ·  view source on GitHub ↗
(cls, parent)

Source from the content-addressed store, hash-verified

732
733 @classmethod
734 def patch(cls, parent):
735 if not hasattr(parent, 'widgets'):
736 parent.widgets = cls(parent)
737
738
739def request_new_units(current_units):

Callers 3

_wrapMethod · 0.80
connect_driverFunction · 0.80
connect_setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected