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

Function _load_bitmap

lib/matplotlib/backends/backend_wx.py:1036–1041  ·  view source on GitHub ↗

Load a wx.Bitmap from a file in the "images" directory of the Matplotlib data.

(filename)

Source from the content-addressed store, hash-verified

1034
1035
1036def _load_bitmap(filename):
1037 """
1038 Load a wx.Bitmap from a file in the "images" directory of the Matplotlib
1039 data.
1040 """
1041 return wx.Bitmap(str(cbook._get_data_path('images', filename)))
1042
1043
1044def _set_frame_icon(frame):

Callers 1

_set_frame_iconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…