pygambit.gambit.Subgame# class pygambit.gambit.Subgame# A subgame in a Game. Added in version 16.7.0. Methods Attributes children Returns the immediate child subgames of this subgame. game Gets the Game to which the subgame belongs. parent Returns the parent subgame, or None if this is the root subgame. root Returns the root node of the subgame.