SyFi  0.3
run_all Namespace Reference

Variables

tuple files = glob.glob("*.cpp")
list basename = file[:-4]
string cmd = "./%s > %s"
tuple res = os.system(cmd)

Variable Documentation

list run_all::basename = file[:-4]

Definition at line 9 of file run_all.py.

string run_all::cmd = "./%s > %s"

Definition at line 10 of file run_all.py.

tuple run_all::files = glob.glob("*.cpp")

Definition at line 7 of file run_all.py.

tuple run_all::res = os.system(cmd)

Definition at line 12 of file run_all.py.

Referenced by SyFi::Dof.glob_dof().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator