| 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)
| Classes | |
| NotAFunctionException | |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Oct 27 23:13:40 2008 | http://epydoc.sourceforge.net |