MCPcopy
hub / github.com/pyload/pyload / delete

Method delete

module/PyFile.py:151–153  ·  view source on GitHub ↗

delete pyfile from database

(self)

Source from the content-addressed store, hash-verified

149 self.m.releaseLink(self.id)
150
151 def delete(self):
152 """delete pyfile from database"""
153 self.m.deleteLink(self.id)
154
155 def toDict(self):
156 """return dict with all information for interface"""

Callers 1

runMethod · 0.45

Calls 1

deleteLinkMethod · 0.45

Tested by

no test coverage detected