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

Function check_mtime_absent

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

Source from the content-addressed store, hash-verified

502
503
504def check_mtime_absent(file_info):
505 assert file_info.mtime is None
506 assert file_info.mtime_ns is None
507
508
509def check_mtime_or_absent(file_info):

Callers 3

check_mtime_or_absentFunction · 0.85
test_get_file_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected