The coordinate maps.
(self)
| 294 | |
| 295 | @property |
| 296 | def cmaps(self) -> list[_CoordinateElement]: |
| 297 | """The coordinate maps.""" |
| 298 | return [_CoordinateElement(cm) for cm in self._cpp_object.cmaps] |
| 299 | |
| 300 | @property |
| 301 | def cmap(self) -> _CoordinateElement: |
no outgoing calls
no test coverage detected