Robot Framework
robot.utils.sortable.Sortable Class Reference

Base class for sorting based self._sort_key. More...

Public Member Functions

def __eq__ (self, other)
 
def __ge__ (self, other)
 
def __gt__ (self, other)
 
def __hash__ (self)
 
def __le__ (self, other)
 
def __lt__ (self, other)
 

Private Member Functions

def __test (self, operator, other, require_sortable=True)
 

Static Private Attributes

 _sort_key
 

Detailed Description

Base class for sorting based self._sort_key.

Definition at line 22 of file sortable.py.

Member Function Documentation

◆ __eq__()

def robot.utils.sortable.Sortable.__eq__ (   self,
  other 
)

Definition at line 37 of file sortable.py.

◆ __ge__()

def robot.utils.sortable.Sortable.__ge__ (   self,
  other 
)

Definition at line 49 of file sortable.py.

◆ __gt__()

def robot.utils.sortable.Sortable.__gt__ (   self,
  other 
)

Definition at line 46 of file sortable.py.

◆ __hash__()

def robot.utils.sortable.Sortable.__hash__ (   self)

Definition at line 52 of file sortable.py.

◆ __le__()

def robot.utils.sortable.Sortable.__le__ (   self,
  other 
)

Definition at line 43 of file sortable.py.

◆ __lt__()

def robot.utils.sortable.Sortable.__lt__ (   self,
  other 
)

Definition at line 40 of file sortable.py.

◆ __test()

def robot.utils.sortable.Sortable.__test (   self,
  operator,
  other,
  require_sortable = True 
)
private

Definition at line 29 of file sortable.py.

Member Data Documentation

◆ _sort_key

robot.utils.sortable.Sortable._sort_key
staticprivate

Definition at line 27 of file sortable.py.


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