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

Method get_boxstyle

lib/matplotlib/patches.py:4142–4144  ·  view source on GitHub ↗

Return the boxstyle object.

(self)

Source from the content-addressed store, hash-verified

4140 self.stale = True
4141
4142 def get_boxstyle(self):
4143 """Return the boxstyle object."""
4144 return self._bbox_transmuter
4145
4146 def set_mutation_scale(self, scale):
4147 """

Callers 1

get_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected