MCPcopy 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
134def _is_path_like(path):
135 return isinstance(path, str) or hasattr(path, '__fspath__')
136
137
138def _stringify_path(path):

Callers 4

datasetFunction · 0.90
__init__Method · 0.90
write_tableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected