Block sizes for the matrix.
(self)
| 201 | |
| 202 | @property |
| 203 | def block_size(self) -> list: |
| 204 | """Block sizes for the matrix.""" |
| 205 | return self._cpp_object.bs |
| 206 | |
| 207 | def add( |
| 208 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected