MCPcopy
hub / github.com/ladaapp/lada / run

Method run

lada/utils/threading_utils.py:37–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.name = name
36
37 def run(self):
38 try:
39 super().run()
40 except Exception as e:
41 logger.error(f"{self.name}: Crashed", exc_info=True)
42 self.error_handler(ErrorMarker(message=str(e), stack_trace=traceback.format_exc()))
43
44class PipelineQueue(Queue):
45 def __init__(self, name: str, maxsize=0):

Callers 3

load_fontsFunction · 0.45
get_audio_codecFunction · 0.45

Calls 1

ErrorMarkerClass · 0.85

Tested by

no test coverage detected