MCPcopy Create free account
hub / github.com/cdgriffith/Box / to_csv

Method to_csv

box/box_list.py:536–537  ·  view source on GitHub ↗
(self, filename: str | PathLike | None = None, encoding: str = "utf-8", errors: str = "strict")

Source from the content-addressed store, hash-verified

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(

Callers 2

test_to_csvMethod · 0.95
test_bad_csvMethod · 0.95

Calls 1

_to_csvFunction · 0.90

Tested by 2

test_to_csvMethod · 0.76
test_bad_csvMethod · 0.76