MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / unselect

Method unselect

lib/matplotlib/backends/backend_wx.py:333–337  ·  view source on GitHub ↗

Select a Null bitmap into this wxDC instance.

(self)

Source from the content-addressed store, hash-verified

331 self.IsSelected = True
332
333 def unselect(self):
334 """Select a Null bitmap into this wxDC instance."""
335 if sys.platform == 'win32':
336 self.dc.SelectObject(wx.NullBitmap)
337 self.IsSelected = False
338
339 def set_foreground(self, fg, isRGBA=None):
340 # docstring inherited

Callers 8

set_foregroundMethod · 0.95
set_linewidthMethod · 0.95
set_capstyleMethod · 0.95
set_joinstyleMethod · 0.95
draw_pathMethod · 0.80
draw_imageMethod · 0.80
draw_textMethod · 0.80
new_gcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected