Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ _is_path_like
Function
_is_path_like
python/pyarrow/util.py:134–135 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
132
133
134
def
_is_path_like(path):
135
return
isinstance(path, str) or hasattr(path,
'__fspath__'
)
136
137
138
def
_stringify_path(path):
Callers
4
_resolve_filesystem_and_path
Function · 0.90
dataset
Function · 0.90
__init__
Method · 0.90
write_table
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected