pygambit.gambit.Node.outcome#
- Node.outcome#
The outcome currently attached to this node.
Returns a lazy, node-anchored view resolved on each access, so the value reflects the current state of the game even if the game is mutated after this property is read. When no outcome is attached, the view is falsy and equals
None.Changed in version 16.7.0: Now returns a lazily-evaluated, node-anchored view rather than capturing the outcome at the time of access.
