MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / __init__

Method __init__

gui_qt6/components.py:192–194  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

190 language_changed = pyqtSignal(str)
191
192 def __init__(self, parent=None):
193 super().__init__(parent)
194 self._setup_ui()
195
196 def _setup_ui(self):
197 """设置UI"""

Callers

nothing calls this directly

Calls 2

_setup_uiMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected