Python recipe 355045 by Raymond Hettinger (programs). Revision 2.
Use eval() to drive spreadsheet style logic. The sleeper feature of Py2.4 is the ability to use any object with a mapping interface as the locals argument to eval().
Python recipe 355045 by Raymond Hettinger (programs). Revision 2.
Use eval() to drive spreadsheet style logic. The sleeper feature of Py2.4 is the ability to use any object with a mapping interface as the locals argument to eval().