pygambit.gambit.StrategySupport#

class pygambit.gambit.StrategySupport#

The labels of the strategies for a specified player in a StrategySupportProfile.

An immutable snapshot taken from a StrategySupportProfile at retrieval time: it does not reflect later changes to the profile. The player is accessible via player.

Changed in version 17.0.0: No longer a live view onto the profile: holds its own copy of the strategy labels. Iterates over strategy labels (str) rather than Strategy objects.

Methods

Attributes