Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ discard
Method
discard
lib/matplotlib/cbook.py:2196–2197 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
2194
self._od[key] = None
2195
2196
def
discard(self, key):
2197
self._od.pop(key, None)
2198
2199
2200
# Agg's buffers are unmultiplied RGBA8888, which neither PyQt<=5.1 nor cairo
Callers
6
release
Method · 0.80
on_key_press
Method · 0.80
on_key_release
Method · 0.80
remove
Method · 0.80
set_mouseover
Method · 0.80
_remove_proxy
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected