Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Path
Class
Path
python/pyarrow/tests/test_fs.py:710–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
708
709
def
test_non_path_like_input_raises(fs):
710
class
Path:
711
pass
712
713
invalid_paths = [1, 1.1, Path(), tuple(), {}, [],
lambda
: 1,
714
pathlib.Path()]
Callers
6
test_non_path_like_input_raises
Function · 0.70
test_timezone_absent
Function · 0.70
add_docstrings_to_stubs
Function · 0.50
update_stub_docstrings.py
File · 0.50
run_emscripten_tests.py
File · 0.50
__init__.py
File · 0.50
Calls
no outgoing calls
Tested by
2
test_non_path_like_input_raises
Function · 0.56
test_timezone_absent
Function · 0.56