Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
tuplelist.select()
select ( pattern )
Returns a tuplelist
containing all member tuples that match the
specified pattern. The pattern should provide one value for each
field in the member tuples. A '*'
value indicates that any
value is appropriate in that field.
Arguments:
pattern: Pattern to match for a member tuple.
Example usage:
l.select(1, 3, '*', 6) l.select('A', '*', 'C')