AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
pump.Cursor Class Reference

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
 

Detailed Description

Represents a position (line and column) in a text file.

Constructor & Destructor Documentation

◆ __init__()

def pump.Cursor.__init__ (   self,
  line = -1,
  column = -1 
)

Member Function Documentation

◆ __add__()

def pump.Cursor.__add__ (   self,
  offset 
)

◆ __eq__()

def pump.Cursor.__eq__ (   self,
  rhs 
)

◆ __ge__()

def pump.Cursor.__ge__ (   self,
  rhs 
)

◆ __gt__()

def pump.Cursor.__gt__ (   self,
  rhs 
)

◆ __le__()

def pump.Cursor.__le__ (   self,
  rhs 
)

◆ __lt__()

def pump.Cursor.__lt__ (   self,
  rhs 
)

◆ __ne__()

def pump.Cursor.__ne__ (   self,
  rhs 
)

◆ __str__()

def pump.Cursor.__str__ (   self)

◆ __sub__()

def pump.Cursor.__sub__ (   self,
  offset 
)

◆ Clone()

def pump.Cursor.Clone (   self)
Returns a copy of self.

Member Data Documentation

◆ column

pump.Cursor.column

◆ line

pump.Cursor.line

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0