MCPcopy 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

getDebugDumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected