MCPcopy
hub / github.com/XiaoYouChR/Ghost-Downloader-3 / exec

Method exec

app/platform/application.py:45–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self._registerDbusReceiver()
44
45 def exec(self) -> int:
46 try:
47 return super().exec()
48 finally:
49 self._unlockSingleInstance()
50
51 def quit(self) -> None:
52 self._unlockSingleInstance()

Callers 15

mediaIdOfFunction · 0.80
toFormKindFunction · 0.80
toResponseMetaFunction · 0.80
main.pyFile · 0.80
openFileSelectionFunction · 0.80
_onDownloadClickedMethod · 0.80
openFileSelectionFunction · 0.80
_onManageClickedMethod · 0.80
_onSubtitleClickedMethod · 0.80
_onVideoSelectClickedMethod · 0.80
_onScanLoginMethod · 0.80

Calls 1

_unlockSingleInstanceMethod · 0.95

Tested by

no test coverage detected