| Home | Trees | Indices | Help |
|
|---|
|
|
Encapsulates functions used in osh commands such as f and
select.
[[lambda] ARGS:] EXPRESSION
ARGS: Comma-separated list of function arguments,
optionally preceded by keyword lambda. ARGS may
be omitted only for a function with no arguments.
EXPRESSION: A Python expression written in terms of the
function arguments.
x: max(x, 10)
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Mar 27 22:39:15 2008 | http://epydoc.sourceforge.net |