Direct access to the matrices in metadata.
(self)
| 83 | |
| 84 | @property |
| 85 | def matrices(self) -> dict: |
| 86 | """Direct access to the matrices in metadata.""" |
| 87 | return self._metadata["matrices"] |
| 88 | |
| 89 | # ----------------------- |
| 90 |
nothing calls this directly
no outgoing calls
no test coverage detected