(self)
| 650 | return self.rowspan.stop == self.get_gridspec().nrows |
| 651 | |
| 652 | def is_first_col(self): |
| 653 | return self.colspan.start == 0 |
| 654 | |
| 655 | def is_last_col(self): |
| 656 | return self.colspan.stop == self.get_gridspec().ncols |
no outgoing calls
no test coverage detected