Read. Args: filepath: TODO.
(self, filepath)
| 483 | raise NotImplementedError("OSSStorage.__init__ to be implemented in the future") |
| 484 | |
| 485 | def read(self, filepath): |
| 486 | """Read. |
| 487 | |
| 488 | Args: |
| 489 | filepath: TODO. |
| 490 | """ |
| 491 | raise NotImplementedError("OSSStorage.read to be implemented in the future") |
| 492 | |
| 493 | def read_text(self, filepath, encoding="utf-8"): |
| 494 | """Read text. |