Liberal import of variable_types
Object-oriented equation-based modelling and optimisation software
Brought to you by:
ciroki
IMHO, from daetools.pyDAE import * should not import all of variable_types, in accord with the warning against from pyUnits import * (Import some unit definitions (if needed) from the pyUnits module). Otherwise, the root namespace gets unnecessarily cluttered.
In any case, doing a wildcard import (from bla import *) at all is considered undesirable, and should be avoided, but that could be considered a taste question.
Anonymous
Of course I forgot to add my version information:
Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)