Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_filesystem
Function · 0.45
_resolve_filesystem_and_path
Function · 0.45
_ensure_multiple_sources
Function · 0.45
_ensure_single_source
Function · 0.45
parquet_dataset
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected