Gsk.ParseLocation¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bytes |
r/w |
the offset of the location in the parse buffer, as bytes |
|
chars |
r/w |
the offset of the location in the parse buffer, as characters |
|
line_bytes |
r/w |
the position in the line, as bytes |
|
line_chars |
r/w |
the position in the line, as characters |
|
lines |
r/w |
the line of the location in the parse buffer |
Methods¶
None
Details¶
- class Gsk.ParseLocation¶
A location in a parse buffer.