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

Function check_mtime_or_absent

python/pyarrow/tests/test_fs.py:509–513  ·  view source on GitHub ↗
(file_info)

Source from the content-addressed store, hash-verified

507
508
509def check_mtime_or_absent(file_info):
510 if file_info.mtime is None:
511 check_mtime_absent(file_info)
512 else:
513 check_mtime(file_info)
514
515
516def skip_fsspec_s3fs(fs):

Callers 2

test_get_file_infoFunction · 0.85

Calls 2

check_mtime_absentFunction · 0.85
check_mtimeFunction · 0.85

Tested by

no test coverage detected