MCPcopy
hub / github.com/python/mypy / remove

Method remove

mypy/metastore.py:56–57  ·  view source on GitHub ↗

Delete a metadata entry

(self, name: str)

Source from the content-addressed store, hash-verified

54
55 @abstractmethod
56 def remove(self, name: str) -> None:
57 """Delete a metadata entry"""
58
59 @abstractmethod
60 def commit(self) -> None:

Callers 15

setup.pyFile · 0.45
solve_iterativelyFunction · 0.45
write_cacheFunction · 0.45
add_dependencyMethod · 0.45
suppress_dependencyMethod · 0.45
order_ascc_exFunction · 0.45
process_graphFunction · 0.45
helperMethod · 0.45
__exit__Method · 0.45
__exit__Method · 0.45

Calls

no outgoing calls

Tested by 4

test_output_jsonFunction · 0.36
test_python_evaluationFunction · 0.36
test_pep561Function · 0.36
test_python_cmdlineFunction · 0.36