IRON 1.0
|
Public Member Functions | |
None | __init__ (self, int col, int row) |
TileOp | op (self) |
op (self, TileOp op) | |
bool | __eq__ (self, object other) |
str | __str__ (self) |
__hash__ (self) | |
Public Attributes | |
col | |
Protected Attributes | |
_op | |
An object representing a single component denoted by coordinates on a device.
None iron.device.tile.Tile.__init__ | ( | self, | |
int | col, | ||
int | row | ||
) |
bool iron.device.tile.Tile.__eq__ | ( | self, | |
object | other | ||
) |
iron.device.tile.Tile.__hash__ | ( | self | ) |
str iron.device.tile.Tile.__str__ | ( | self | ) |
TileOp iron.device.tile.Tile.op | ( | self | ) |
iron.device.tile.Tile.op | ( | self, | |
TileOp | op | ||
) |
|
protected |
iron.device.tile.Tile.col |