:meta private:
(self, other_transform)
| 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 | """ |
nothing calls this directly
no test coverage detected