closes everything, unusable after this
(self)
| 362 | self.fp.close() # needs to be closed, or merging chunks will fail |
| 363 | |
| 364 | def close(self): |
| 365 | """ closes everything, unusable after this """ |
| 366 | if self.fp: self.fp.close() |
| 367 | self.c.close() |
| 368 | if hasattr(self, "p"): del self.p |