Quick access to the backing array of the Block.
(self)
| 2134 | @final |
| 2135 | @property |
| 2136 | def array(self) -> ArrayLike: |
| 2137 | """ |
| 2138 | Quick access to the backing array of the Block. |
| 2139 | """ |
| 2140 | return self.blocks[0].values |
| 2141 | |
| 2142 | # error: Cannot override writeable attribute with read-only property |
| 2143 | @property |
no outgoing calls
no test coverage detected