(self, filename: str | PathLike | None = None, encoding: str = "utf-8", errors: str = "strict")
| 534 | raise BoxError('toon is unavailable on this system, please install the "toon_format" package') |
| 535 | |
| 536 | def to_csv(self, filename: str | PathLike | None = None, encoding: str = "utf-8", errors: str = "strict"): |
| 537 | return _to_csv(self, filename=filename, encoding=encoding, errors=errors) |
| 538 | |
| 539 | @classmethod |
| 540 | def from_csv( |