MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
__init__.py File Reference

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()
 

Detailed Description

Module providing the MoDeNa python interface.

Definition in file __init__.py.

Function Documentation

◆ find_module()

def python.find_module (   target,
  startsearch = MODENA_WORKING_DIR 
)

Function recursively searching through the file tree for "target".

  • target: 'str' name of directory e.g. "Desktop"

Definition at line 57 of file __init__.py.