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

Method get_file_info_selector

python/pyarrow/tests/util.py:276–277  ·  view source on GitHub ↗
(self, selector)

Source from the content-addressed store, hash-verified

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)
278
279 def create_dir(self, path, recursive):
280 return self._fs.create_dir(path, recursive=recursive)

Callers 1

GetFileInfoMethod · 0.45

Calls 1

get_file_infoMethod · 0.45

Tested by

no test coverage detected