Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
739
def
request_new_units(current_units):
Callers
3
_wrap
Method · 0.80
connect_driver
Function · 0.80
connect_setup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected