Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.76 KB

File metadata and controls

30 lines (22 loc) · 2.76 KB

all()

Tests if all contained or referenced match components evaluate to True. If all() has no arguments the check is if all headers have values.

Data signatures
all()
all( [a function indicating all headers or all variables: ] )
all( [one of a set of match components: $${\color{green}None}$$ ǁ $${\color{green}Any}$$], ... )
Call signatures
all()
all( [a function indicating all headers or all variables: Variables ǁ Headers] )
all( [one of a set of match components: Function ǁ Variable ǁ Header], ... )
Purpose Value
Main focus all() determines if lines match
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]