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

Function _to_csv

box/from_file.py:47–48  ·  view source on GitHub ↗
(file, encoding, errors, **kwargs)

Source from the content-addressed store, hash-verified

45
46
47def _to_csv(file, encoding, errors, **kwargs):
48 return BoxList.from_csv(filename=file, encoding=encoding, errors=errors, **kwargs)
49
50
51def _to_yaml(file, encoding, errors, **kwargs):

Callers

nothing calls this directly

Calls 1

from_csvMethod · 0.80

Tested by

no test coverage detected