MCPcopy Index your code
hub / github.com/pyload/pyload / _convertPyFile

Method _convertPyFile

module/Api.py:98–102  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

96 self.core = core
97
98 def _convertPyFile(self, p):
99 f = FileData(p["id"], p["url"], p["name"], p["plugin"], p["size"],
100 p["format_size"], p["status"], p["statusmsg"],
101 p["package"], p["error"], p["order"])
102 return f
103
104 def _convertConfigFormat(self, c):
105 sections = {}

Callers 5

getPackageDataMethod · 0.95
getFileDataMethod · 0.95
getQueueDataMethod · 0.95
getCollectorDataMethod · 0.95
_create_pyFileMethod · 0.80

Calls 1

FileDataClass · 0.50

Tested by

no test coverage detected