webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.style.checkers.cpp.Position Class Reference
Inheritance diagram for webkitpy.style.checkers.cpp.Position:

Public Member Functions

def __init__ (self, row, column)
 
def __str__ (self)
 
def __cmp__ (self, other)
 

Public Attributes

 row
 
 column
 

Detailed Description

Holds the position of something.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.cpp.Position.__init__ (   self,
  row,
  column 
)

Member Function Documentation

◆ __cmp__()

def webkitpy.style.checkers.cpp.Position.__cmp__ (   self,
  other 
)

◆ __str__()

def webkitpy.style.checkers.cpp.Position.__str__ (   self)

Member Data Documentation

◆ column

webkitpy.style.checkers.cpp.Position.column

◆ row

webkitpy.style.checkers.cpp.Position.row

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