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

Method _update_prop

lib/matplotlib/legend_handler.py:77–81  ·  view source on GitHub ↗
(self, legend_handle, orig_handle)

Source from the content-addressed store, hash-verified

75 self._update_prop_func = update_func
76
77 def _update_prop(self, legend_handle, orig_handle):
78 if self._update_prop_func is None:
79 self._default_update_prop(legend_handle, orig_handle)
80 else:
81 self._update_prop_func(legend_handle, orig_handle)
82
83 def _default_update_prop(self, legend_handle, orig_handle):
84 legend_handle.update_from(orig_handle)

Callers 2

update_propMethod · 0.95
update_propMethod · 0.45

Calls 1

_default_update_propMethod · 0.95

Tested by

no test coverage detected