MCPcopy Create free account
hub / github.com/apache/arrow / normalized

Function normalized

python/pyarrow/tests/test_dataset.py:194–195  ·  view source on GitHub ↗
(paths)

Source from the content-addressed store, hash-verified

192 localfs = LocalFileSystem()
193
194 def normalized(paths):
195 return {localfs.normalize_path(str(p)) for p in paths}
196
197 opened = set()
198

Callers 1

assert_opensFunction · 0.85

Calls 1

normalize_pathMethod · 0.45

Tested by

no test coverage detected