MCPcopy Create free account
hub / github.com/echQoQ/RustSL / __init__

Method __init__

gui/worker.py:26–28  ·  view source on GitHub ↗
(self, parent, params)

Source from the content-addressed store, hash-verified

24 error_signal = pyqtSignal(str)
25
26 def __init__(self, parent, params):
27 super().__init__(parent)
28 self.params = params
29
30 def run(self):
31 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected