pygambit.gambit.TreeLayout#

class pygambit.gambit.TreeLayout(data: dict[History, TreeLayoutCoordinates])#

The layout of a game’s tree, computed for graphical display.

Maps each node’s History to its TreeLayoutCoordinates.

Added in version 17.0.0.

Methods

items()