Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.45
solve_iteratively
Function · 0.45
clear_errors_in_targets
Method · 0.45
write_cache
Function · 0.45
add_dependency
Method · 0.45
suppress_dependency
Method · 0.45
order_ascc_ex
Function · 0.45
process_graph
Function · 0.45
record_missing_stub_packages
Function · 0.45
helper
Method · 0.45
__exit__
Method · 0.45
__exit__
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_output_json
Function · 0.36
test_python_evaluation
Function · 0.36
test_pep561
Function · 0.36
test_python_cmdline
Function · 0.36