MCPcopy 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
709def 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_timezone_absentFunction · 0.70
add_docstrings_to_stubsFunction · 0.50
__init__.pyFile · 0.50

Calls

no outgoing calls

Tested by 2

test_timezone_absentFunction · 0.56