Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
FileData(NamedTuple):
13
st_mtime: float
14
st_size: int
15
hash: str
16
17
18
class
FileSystemWatcher:
Callers
2
initialize_fine_grained
Method · 0.90
_update
Method · 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…