Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NormalizePath
Method · 0.45
normalized
Function · 0.45
open_input_file
Function · 0.45
test_fragments_repr
Function · 0.45
Calls
no outgoing calls
Tested by
3
normalized
Function · 0.36
open_input_file
Function · 0.36
test_fragments_repr
Function · 0.36