Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/black
/ FileData
Class
FileData
src/black/cache.py:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
FileData(NamedTuple):
26
st_mtime: float
27
st_size: int
28
hash: str
29
30
31
def
get_cache_dir() -> Path:
Callers
4
wrapped_func
Method · 0.90
test_filter_cached_hash
Method · 0.90
read
Method · 0.85
get_file_data
Method · 0.85
Calls
no outgoing calls
Tested by
2
wrapped_func
Method · 0.72
test_filter_cached_hash
Method · 0.72