pyslang.SourceLocation class

Special methods

def __bool__(self, /) -> bool
def __eq__(self, arg0: SourceLocation, /) -> bool
def __ge__(self, arg0: SourceLocation, /) -> bool
def __gt__(self, arg0: SourceLocation, /) -> bool
def __hash__(self, /) -> int
def __init__(self, /) -> None
def __init__(self, buffer: BufferID, offset: int) -> None
def __le__(self, arg0: SourceLocation, /) -> bool
def __lt__(self, arg0: SourceLocation, /) -> bool
def __ne__(self, arg0: SourceLocation, /) -> bool
def __repr__(self, /) -> str

Properties

buffer: BufferID get
offset: int get

Data

NoLocation = SourceLocation(268435455, 68719476735)