![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
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 |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0