MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Module providing the MoDeNa python interface. More...
Go to the source code of this file.
Functions | |
def | python.find_module (target, startsearch=MODENA_WORKING_DIR) |
Function recursively searching through the file tree for "target". More... | |
def | python.import_helper () |
Variables | |
python.MODENA_INSTALL_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | |
python.MODENA_WORKING_DIR = os.path.realpath(os.getcwd()) | |
def | python.libmodena = import_helper() |
Module providing the MoDeNa python interface.
Definition in file __init__.py.
def python.find_module | ( | target, | |
startsearch = MODENA_WORKING_DIR |
|||
) |
Function recursively searching through the file tree for "target".
Definition at line 57 of file __init__.py.