Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ getServerVersion
Method
getServerVersion
module/Api.py:241–243 ·
view source on GitHub ↗
pyLoad Core version
(self)
Source
from the content-addressed store, hash-verified
239
240
@permission(PERMS.ALL)
241
def
getServerVersion(self):
242
""
"pyLoad Core version "
""
243
return
self.core.version
244
245
def
kill(self):
246
""
"Clean way to quit pyLoad"
""
Callers
1
getDebugDump
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected