Xiangiqgame
AI engine for Xiangqi
|
A Python MoveCollection. More...
Public Member Functions | |
def | from_core_move_collection (cls, bindings.MoveCollection core_move_collection) |
int | size (self) |
Static Public Attributes | |
List | moves [Move] |
A Python MoveCollection.
Definition at line 107 of file core_dataclass_mirrors.py.
def xiangqipy.core_dataclass_mirrors.MoveCollection.from_core_move_collection | ( | cls, | |
bindings.MoveCollection | core_move_collection | ||
) |
Definition at line 115 of file core_dataclass_mirrors.py.
int xiangqipy.core_dataclass_mirrors.MoveCollection.size | ( | self | ) |
Definition at line 125 of file core_dataclass_mirrors.py.
|
static |
Definition at line 112 of file core_dataclass_mirrors.py.