Return a SourceLocation representing the first character within a source range.
(self)
| 169 | |
| 170 | @property |
| 171 | def start(self): |
| 172 | """ |
| 173 | Return a SourceLocation representing the first character within a |
| 174 | source range. |
| 175 | """ |
| 176 | return SourceRange_start(self) |
| 177 | |
| 178 | @property |
| 179 | def end(self): |
no outgoing calls
no test coverage detected