Home | Trees | Indices | Help |
|
---|
|
select FUNCTION
FUNCTION
is applied to input objects. Objects for which
FUNCTION
evaluates to true are sent to the output
stream.
Example: For the input (1,), (2,), (3,), (4,)
,
this command:
select 'x: (x % 2) == 0'
generates the output (2,), (4,)
.
Functions | |||
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |