System.undill#

System.undill(autogen_stale=True)[source]#

Reload generated function functions, from either the $HOME/.andes/pycode folder.

If no change is made to models, future calls to prepare() can be replaced with undill() for acceleration.

Parameters:
autogen_stale: bool

True to automatically call code generation if stale code is detected. Regardless of this option, codegen is trigger if importing existing code fails.