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

Method __init__

gui_qt6/components.py:99–101  ·  view source on GitHub ↗
(self, text: str, parent=None)

Source from the content-addressed store, hash-verified

97 """警告信息框组件"""
98
99 def __init__(self, text: str, parent=None):
100 super().__init__(parent)
101 self._setup_frame(text)
102
103 def _setup_frame(self, text: str):
104 """设置警告框"""

Callers

nothing calls this directly

Calls 2

_setup_frameMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected