MCPcopy 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

releaseMethod · 0.80
on_key_pressMethod · 0.80
on_key_releaseMethod · 0.80
removeMethod · 0.80
set_mouseoverMethod · 0.80
_remove_proxyMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected