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

Method toDict

module/PyFile.py:155–157  ·  view source on GitHub ↗

return dict with all information for interface

(self)

Source from the content-addressed store, hash-verified

153 self.m.deleteLink(self.id)
154
155 def toDict(self):
156 """return dict with all information for interface"""
157 return self.toDbDict()
158
159 def toDbDict(self):
160 """return data as dict for databse

Callers 3

getCompleteDataMethod · 0.45
getInfoDataMethod · 0.45
getPackageDataMethod · 0.45

Calls 1

toDbDictMethod · 0.95

Tested by

no test coverage detected