MCPcopy Create free account
hub / github.com/apache/arrow / get_file_info

Method get_file_info

python/pyarrow/tests/util.py:273–274  ·  view source on GitHub ↗
(self, paths)

Source from the content-addressed store, hash-verified

271 return self._fs.normalize_path(path)
272
273 def get_file_info(self, paths):
274 return self._fs.get_file_info(paths)
275
276 def get_file_info_selector(self, selector):
277 return self._fs.get_file_info(selector)

Callers 10

__init__Method · 0.45
read_tableFunction · 0.45
GetFileInfoMethod · 0.45
_visit_levelFunction · 0.45

Calls

no outgoing calls