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

Class MCSL2Application

MCSL2.py:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class MCSL2Application(QApplication):
26 def __init__(self, argv):
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 1

MCSL2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected