class
SourceRangeSpecial methods
- def __eq__(self, arg0: SourceRange, /) -> bool
- def __init__(self, /) -> None
- def __init__(self, startLoc: SourceLocation, endLoc: SourceLocation) -> None
- def __ne__(self, arg0: SourceRange, /) -> bool
Properties
- end: SourceLocation get
- start: SourceLocation get