pygambit.gambit.StrategySupportProfile.__getitem__#

StrategySupportProfile.__getitem__()#

Return a StrategySupport representing the labels of the strategies in the support belonging to the player with label player, as of now; it will not reflect any later changes to this profile.

Parameters:

player (str) – The label of the player to extract the support for.

Raises:

KeyError – If no player in the game has the label player.