(self, patches)
| 1705 | self.set_paths(patches) |
| 1706 | |
| 1707 | def set_paths(self, patches): |
| 1708 | paths = [p.get_transform().transform_path(p.get_path()) |
| 1709 | for p in patches] |
| 1710 | self._paths = paths |
| 1711 | |
| 1712 | |
| 1713 | class TriMesh(Collection): |
no test coverage detected