MCPcopy
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
25class FileData(NamedTuple):
26 st_mtime: float
27 st_size: int
28 hash: str
29
30
31def get_cache_dir() -> Path:

Callers 4

wrapped_funcMethod · 0.90
readMethod · 0.85
get_file_dataMethod · 0.85

Calls

no outgoing calls

Tested by 2

wrapped_funcMethod · 0.72