MCPcopy
hub / github.com/pyload/pyload / getChildren

Method getChildren

module/PyPackage.py:62–64  ·  view source on GitHub ↗

get information about contained links

(self)

Source from the content-addressed store, hash-verified

60 }
61
62 def getChildren(self):
63 """get information about contained links"""
64 return self.m.getPackageData(self.id)["links"]
65
66 def sync(self):
67 """sync with db"""

Callers 13

deleteLinkMethod · 0.80
_finalizeMethod · 0.80
chunksMethod · 0.80
processComicMethod · 0.80
download_preparingMethod · 0.80
download_failedMethod · 0.80
package_finishedMethod · 0.80
verify_packageMethod · 0.80
extractMethod · 0.80
package_ui.jsFile · 0.80

Calls 1

getPackageDataMethod · 0.45

Tested by

no test coverage detected