(self)
| 39 | raise NotImplementedError("QlFsMappedObject method not implemented: lseek") |
| 40 | |
| 41 | def close(self): |
| 42 | raise NotImplementedError("QlFsMappedObject method not implemented: close") |
| 43 | |
| 44 | def fstat(self): |
| 45 | raise NotImplementedError("QlFsMappedObject method not implemented: fstat") |