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