Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_cannot_instantiate_base_filesystem
Function
test_cannot_instantiate_base_filesystem
python/pyarrow/tests/test_fs.py:591–593 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
589
590
591
def
test_cannot_instantiate_base_filesystem():
592
with
pytest.raises(TypeError):
593
FileSystem()
594
595
596
def
test_filesystem_equals():
Callers
nothing calls this directly
Calls
1
FileSystem
Class · 0.50
Tested by
no test coverage detected