MCPcopy
hub / github.com/pyload/pyload / updateDisposition

Method updateDisposition

module/network/HTTPDownload.py:304–307  ·  view source on GitHub ↗
(self, disposition)

Source from the content-addressed store, hash-verified

302 self.status_notify({'progress': self.percent})
303
304 def updateDisposition(self, disposition):
305 self.nameDisposition = disposition
306 if self.status_notify:
307 self.status_notify({'disposition': disposition})
308
309 def findChunk(self, handle):
310 """ linear search to find a chunk (should be ok since chunk size is usually low) """

Callers 1

parseHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected