Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
509
def
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
516
def
skip_fsspec_s3fs(fs):
Callers
2
test_get_file_info
Function · 0.85
test_get_file_info_with_selector
Function · 0.85
Calls
2
check_mtime_absent
Function · 0.85
check_mtime
Function · 0.85
Tested by
no test coverage detected