Public Member Functions | |
| def | __init__ (self, row, col) |
| def | __iter__ (self) |
Public Attributes | |
| col | |
| row | |
Definition at line 358 of file gridbase.py.
| def robotide.editor.gridbase._Cell.__init__ | ( | self, | |
| row, | |||
| col | |||
| ) |
Definition at line 360 of file gridbase.py.
| def robotide.editor.gridbase._Cell.__iter__ | ( | self | ) |
Definition at line 364 of file gridbase.py.
| robotide.editor.gridbase._Cell.col |
Definition at line 362 of file gridbase.py.
| robotide.editor.gridbase._Cell.row |
Definition at line 361 of file gridbase.py.