pygambit.gambit.Infoset#

class pygambit.gambit.Infoset#

An information set in a Game.

Methods

precedes(node)

Return whether this information set precedes node in the game tree.

Attributes

actions

The set of actions at the information set.

game

The Game to which the information set belongs.

is_absent_minded

Whether the information set is absent-minded.

is_chance

Whether the information set belongs to the chance player.

label

Get or set the text label of the information set.

members

The set of nodes which are members of the information set.

number

Returns the number of the information set for its player.

own_prior_actions

The set of actions taken by the player immediately preceding the member nodes in the information set.

player

The player who has the move at this information set.

plays

Returns a list of all terminal Node objects consistent with it.