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

Method normalize_path

python/pyarrow/fs.py:299–300  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

297 return f"fsspec+{protocol}"
298
299 def normalize_path(self, path):
300 return path
301
302 @staticmethod
303 def _create_file_info(path, info):

Callers 5

_ensure_filesystemFunction · 0.45
_ensure_multiple_sourcesFunction · 0.45
_ensure_single_sourceFunction · 0.45
parquet_datasetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected