IRON
1.0
|
Public Member Functions | |
None | __init__ (self, int col, int row) |
TileOp | op (self) |
def | op (self, TileOp op) |
bool | __eq__ (self, object other) |
str | __str__ (self) |
def | __hash__ (self) |
Public Attributes | |
col | |
row | |
Private 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 | ||
) |
def iron.device.tile.Tile.__hash__ | ( | self | ) |
str iron.device.tile.Tile.__str__ | ( | self | ) |
TileOp iron.device.tile.Tile.op | ( | self | ) |
def iron.device.tile.Tile.op | ( | self, | |
TileOp | op | ||
) |
|
private |
iron.device.tile.Tile.col |
iron.device.tile.Tile.row |