carputils
Doxygen code documentation for the python framework controlling openCARP
Namespaces | Functions
bundleinclude.py File Reference

Namespaces

 carputils.bundle.bundleinclude
 Manages .bundleinclude file, which allows to explicitely include files and folders to bundles.
 

Functions

def carputils.bundle.bundleinclude.copy_bundleinclude (exp_dir, bundle_dir)
 Copy files and folders in the bundle according to the '.bundleinclude' file contained in exp_dir. More...
 
def carputils.bundle.bundleinclude.temporary_cd (x)
 Context manager to temporarily change the current working directory. More...
 
def carputils.bundle.bundleinclude.parse_bundleinclude_line (line, exp_dir)
 Parses a line of a .bundleinclude file. More...