summaryrefslogtreecommitdiffstats
path: root/python/examples/mapping.py
Commit message (Collapse)AuthorAgeFilesLines
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-021-2/+0
| | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ).
* name identifier mapping response low class binding and, examples ...Nicolas Clapies2004-05-111-0/+38