( self, ctx, offset, whence)
| 23434 | self.use_virtual_truncate() |
| 23435 | |
| 23436 | def seek( self, ctx, offset, whence): |
| 23437 | return self.bio.seek( offset, whence) |
| 23438 | |
| 23439 | def tell( self, ctx): |
| 23440 | ret = self.bio.tell() |
no outgoing calls
no test coverage detected