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

Method _default_update_prop

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

Source from the content-addressed store, hash-verified

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)
85
86 def update_prop(self, legend_handle, orig_handle, legend):
87

Callers 1

_update_propMethod · 0.95

Calls 1

update_fromMethod · 0.45

Tested by

no test coverage detected