
Public Member Functions | |
| def | __init__ |
| def | additem |
| Sets the item at x, y. | |
Definition at line 1250 of file enhanced_grid.py.
| def enhanced_grid.ListGrid2D.__init__ | ( | self, | ||
| dims | ||||
| ) |
| dim | The dimensions of this grid |
Reimplemented from enhanced_grid.Container.
Definition at line 1251 of file enhanced_grid.py.
| def enhanced_grid.ListGrid2D.additem | ( | self, | ||
| p, | ||||
| b | ||||
| ) |
Sets the item at x, y.
Use a tuplet (x, y) to access the item.
Definition at line 1261 of file enhanced_grid.py.
1.5.8