Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ DeleteFile
Class
DeleteFile
mypy/test/data.py:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
# File delete operation: delete module file.
40
class
DeleteFile(NamedTuple):
41
module: str
42
path: str
43
44
45
FileOperation: _TypeAlias = UpdateFile | DeleteFile
Callers
1
setup
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…