Return the size of the current chunk.
(self)
| 84 | return self.chunkname |
| 85 | |
| 86 | def getsize(self): |
| 87 | """Return the size of the current chunk.""" |
| 88 | return self.chunksize |
| 89 | |
| 90 | def close(self): |
| 91 | if not self.closed: |
no outgoing calls
no test coverage detected