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

Class UpdateFile

mypy/test/data.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32# File modify/create operation: copy module contents from source_path.
33class UpdateFile(NamedTuple):
34 module: str
35 content: str
36 target_path: str
37
38
39# File delete operation: delete module file.

Callers 1

setupMethod · 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…