Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __delitem__
Method
__delitem__
lib/matplotlib/colors.py:71–73 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
69
self.cache.clear()
70
71
def
__delitem__(self, key):
72
super().__delitem__(key)
73
self.cache.clear()
74
75
76
_colors_full_map = {}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected