MCPcopy 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
240class FSProtocolClass:
241 def __init__(self, path):
242 self._path = path
243
244 def __fspath__(self):
245 return str(self._path)
246
247
248class ProxyHandler(pyarrow.fs.FileSystemHandler):

Callers 1

Calls

no outgoing calls

Tested by 1