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

Method mutated

lib/matplotlib/transforms.py:1117–1119  ·  view source on GitHub ↗

Return whether the bbox has changed since init.

(self)

Source from the content-addressed store, hash-verified

1115 self.invalidate()
1116
1117 def mutated(self):
1118 """Return whether the bbox has changed since init."""
1119 return self.mutatedx() or self.mutatedy()
1120
1121 def mutatedx(self):
1122 """Return whether the x-limits have changed since init."""

Callers

nothing calls this directly

Calls 2

mutatedxMethod · 0.95
mutatedyMethod · 0.95

Tested by

no test coverage detected