Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Ghost-Downloader-3.py
File · 0.80
mediaIdOf
Function · 0.80
toFormKind
Function · 0.80
toResponseMeta
Function · 0.80
main.py
File · 0.80
openFileSelection
Function · 0.80
_onDownloadClicked
Method · 0.80
openFileSelection
Function · 0.80
_onManageClicked
Method · 0.80
_onSubtitleClicked
Method · 0.80
_onVideoSelectClicked
Method · 0.80
_onScanLogin
Method · 0.80
Calls
1
_unlockSingleInstance
Method · 0.95
Tested by
no test coverage detected