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

Method contains_branch_seperately

lib/matplotlib/transforms.py:1471–1473  ·  view source on GitHub ↗

:meta private:

(self, other_transform)

Source from the content-addressed store, hash-verified

1469
1470 # Permanent alias for backwards compatibility (historical typo)
1471 def contains_branch_seperately(self, other_transform):
1472 """:meta private:"""
1473 return self.contains_branch_separately(other_transform)
1474
1475 def __sub__(self, other):
1476 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected