(self, patches)
| 2258 | self.set_paths(patches) |
| 2259 | |
| 2260 | def set_paths(self, patches): |
| 2261 | paths = [p.get_transform().transform_path(p.get_path()) |
| 2262 | for p in patches] |
| 2263 | self._paths = paths |
| 2264 | |
| 2265 | |
| 2266 | class TriMesh(Collection): |
no test coverage detected