MCPcopy Create free account
hub / github.com/DenOfEquity/ersatzForge / __init__

Method __init__

modules/ui_components.py:21–23  ·  view source on GitHub ↗
(self, value="", *args, elem_classes=None, **kwargs)

Source from the content-addressed store, hash-verified

19
20 @wraps(gr.Button.__init__)
21 def __init__(self, value="", *args, elem_classes=None, **kwargs):
22 elem_classes = elem_classes or []
23 super().__init__(*args, elem_classes=["tool", *elem_classes], value=value, **kwargs)
24
25 def get_block_name(self):
26 return "button"

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected