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

Method select

lib/matplotlib/backends/backend_wx.py:327–331  ·  view source on GitHub ↗

Select the current bitmap into this wxDC instance.

(self)

Source from the content-addressed store, hash-verified

325 self.renderer = renderer
326
327 def select(self):
328 """Select the current bitmap into this wxDC instance."""
329 if sys.platform == 'win32':
330 self.dc.SelectObject(self.bitmap)
331 self.IsSelected = True
332
333 def unselect(self):
334 """Select a Null bitmap into this wxDC instance."""

Callers 13

set_foregroundMethod · 0.95
set_linewidthMethod · 0.95
set_capstyleMethod · 0.95
set_joinstyleMethod · 0.95
select_with_refsFunction · 0.80
subset_font_rawFunction · 0.80
toggle_toolitemMethod · 0.80
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