Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.05 KB

File metadata and controls

22 lines (15 loc) · 1.05 KB

vote_stack()

Returns the votes of the match components for each line as a stack.

The votes are collected from the central record, not from each component directly. This means that any match components that have not yet voted will return None, rather than True or False. This is most noticable when you are printing the vote stack. The print function, not having voted until it is complete, always returns None.

Purpose Value
Main focus vote_stack() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]