From ef03a1be92823c0ea7c90d89320ecc28d3e16775 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 11 Mar 2014 22:42:05 +0100 Subject: function name to function mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/lisp-esque | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/examples/lisp-esque b/examples/lisp-esque index f08c576..84d0129 100644 --- a/examples/lisp-esque +++ b/examples/lisp-esque @@ -507,3 +507,39 @@ def _standardise(mods, args): ''' pass +# Map function names to functions +functions = { 'monitors' : _monitors + , 'crtc' : _crtc + , 'size' : _size + , 'edid' : _edid + , 'coordinates' : _coordinates + , 'parse' : _parse + , 'read' : _read + , 'spawn' : _spawn + , 'include' : _include + , 'source' : _source + , 'eval' : _eval + , 'timepoints' : _timepoints + , 'points' : _points + , 'dayness' : _dayness + , 'method' : _method + , 'transfrom' : _transfrom + , 'negative' : _negative + , 'invert' : _invert + , 'temperature' : _temperature + , 'compose' : _compose + , 'current' : _current + , 'brightness' : _brightness + , 'contrast' : _contrast + , 'resolution' : _resolution + , 'gamma' : _gamma + , '\'gamma' : _pgamma + , 'clip' : _clip + , 'sigmoid' : _sigmoid + , 'limits' : _limits + , 'linearise' : _linearise + , 'icc' : _icc + , 'manipulate' : _manipulate + , 'standardise' : _standardise + } + -- cgit v1.2.3-70-g09d2