Get the line represented by this source location.
(self)
| 130 | |
| 131 | @property |
| 132 | def line(self): |
| 133 | """Get the line represented by this source location.""" |
| 134 | return self._get_instantiation()[1] |
| 135 | |
| 136 | @property |
| 137 | def column(self): |
nothing calls this directly
no test coverage detected