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 Tue Jan 1 16:27:54 2008 | http://epydoc.sourceforge.net |