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

Method normalize_path

python/pyarrow/tests/util.py:270–271  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

268 return "proxy::" + self._fs.type_name
269
270 def normalize_path(self, path):
271 return self._fs.normalize_path(path)
272
273 def get_file_info(self, paths):
274 return self._fs.get_file_info(paths)

Callers 4

NormalizePathMethod · 0.45
normalizedFunction · 0.45
open_input_fileFunction · 0.45
test_fragments_reprFunction · 0.45

Calls

no outgoing calls

Tested by 3

normalizedFunction · 0.36
open_input_fileFunction · 0.36
test_fragments_reprFunction · 0.36