:right-sidebar: True ParseLocation =================================================================== .. currentmodule:: gi.repository.Gsk .. class:: ParseLocation(*args, **kwargs) :no-contents-entry: A location in a parse buffer. Fields ------ .. rst-class:: interim-class .. class:: ParseLocation :no-index: .. attribute:: bytes The offset of the location in the parse buffer, as bytes .. attribute:: chars The offset of the location in the parse buffer, as characters .. attribute:: line_bytes The position in the line, as bytes .. attribute:: line_chars The position in the line, as characters .. attribute:: lines The line of the location in the parse buffer