Get the file offset represented by this source location.
(self)
| 140 | |
| 141 | @property |
| 142 | def offset(self): |
| 143 | """Get the file offset represented by this source location.""" |
| 144 | return self._get_instantiation()[3] |
| 145 | |
| 146 | def __repr__(self): |
| 147 | if self.file: |
nothing calls this directly
no test coverage detected