(self)
| 1191 | _preserves_partitioning_information = True |
| 1192 | |
| 1193 | def _divisions(self): |
| 1194 | # Aligning, so take first frames divisions |
| 1195 | return self.frame._divisions() |
| 1196 | |
| 1197 | |
| 1198 | class AlignGetitem(Blockwise): |
nothing calls this directly
no test coverage detected