Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
def
check_mtime_absent(file_info):
505
assert file_info.mtime is None
506
assert file_info.mtime_ns is None
507
508
509
def
check_mtime_or_absent(file_info):
Callers
3
check_mtime_or_absent
Function · 0.85
test_file_info_constructor
Function · 0.85
test_get_file_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected