MCPcopy Index your code
hub / github.com/MCSLTeam/MCSL2 / notify

Method notify

MCSL2.py:29–35  ·  view source on GitHub ↗
(self, a0: QObject, a1: QEvent)

Source from the content-addressed store, hash-verified

27 super().__init__(argv)
28
29 def notify(self, a0: QObject, a1: QEvent) -> bool:
30 try:
31 done = super().notify(a0, a1)
32 return done
33 except Exception as e:
34 MCSL2Logger.critical(e)
35 return False
36
37
38if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

criticalMethod · 0.80

Tested by

no test coverage detected