Size of the column, in elements.
(self)
| 104 | self._allow_copy = allow_copy |
| 105 | |
| 106 | def size(self) -> int: |
| 107 | """ |
| 108 | Size of the column, in elements. |
| 109 | """ |
| 110 | return self._col.size |
| 111 | |
| 112 | @property |
| 113 | def offset(self) -> int: |
no outgoing calls
no test coverage detected