|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| def | __init__ (self, line=-1, column=-1) |
| def | __eq__ (self, rhs) |
| def | __ne__ (self, rhs) |
| def | __lt__ (self, rhs) |
| def | __le__ (self, rhs) |
| def | __gt__ (self, rhs) |
| def | __ge__ (self, rhs) |
| def | __str__ (self) |
| def | __add__ (self, offset) |
| def | __sub__ (self, offset) |
| def | Clone (self) |
Public Attributes | |
| line | |
| column | |
Represents a position (line and column) in a text file.
| def pump.Cursor.__init__ | ( | self, | |
line = -1, |
|||
column = -1 |
|||
| ) |
| def pump.Cursor.__add__ | ( | self, | |
| offset | |||
| ) |
| def pump.Cursor.__eq__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__ge__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__gt__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__le__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__lt__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__ne__ | ( | self, | |
| rhs | |||
| ) |
| def pump.Cursor.__str__ | ( | self | ) |
| def pump.Cursor.__sub__ | ( | self, | |
| offset | |||
| ) |
| def pump.Cursor.Clone | ( | self | ) |
Returns a copy of self.
| pump.Cursor.column |
| pump.Cursor.line |
1.8.13