Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ FSProtocolClass
Class
FSProtocolClass
python/pyarrow/tests/util.py:240–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
class
FSProtocolClass:
241
def
__init__(self, path):
242
self._path = path
243
244
def
__fspath__(self):
245
return
str(self._path)
246
247
248
class
ProxyHandler(pyarrow.fs.FileSystemHandler):
Callers
1
test_open_dataset_filesystem_fspath
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_open_dataset_filesystem_fspath
Function · 0.72