MCPcopy Index your code
hub / github.com/python/mypy / FileData

Class FileData

mypy/fswatcher.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class FileData(NamedTuple):
13 st_mtime: float
14 st_size: int
15 hash: str
16
17
18class FileSystemWatcher:

Callers 2

_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…