Robot Framework Integrated Development Environment (RIDE)
robotide.editor.gridbase._Cell Class Reference

Public Member Functions

def __init__ (self, row, col)
 
def __iter__ (self)
 

Public Attributes

 col
 
 row
 

Detailed Description

Definition at line 358 of file gridbase.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.gridbase._Cell.__init__ (   self,
  row,
  col 
)

Definition at line 360 of file gridbase.py.

Member Function Documentation

◆ __iter__()

def robotide.editor.gridbase._Cell.__iter__ (   self)

Definition at line 364 of file gridbase.py.

Member Data Documentation

◆ col

robotide.editor.gridbase._Cell.col

Definition at line 362 of file gridbase.py.

◆ row

robotide.editor.gridbase._Cell.row

Definition at line 361 of file gridbase.py.


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