ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
Classes | |
class | DirStructure |
class | Term |
Functions | |
def | fullPath (path) |
def | ensureDir (path) |
def | tryRemove (directory, pattern) |
def | clean (dirs) |
def | ensureSubdirs (base, subdirs) |
def | getSubdirs (base, subdirs) |
def | genSubdirs (dirs) |
def | writeMakefile (subdirs) |
def | genSubdirMake (dirs) |
def | build (dirs, verbosity) |
def | compile (mode, verbosity, dirs) |
Variables | |
tuple | parser |
string | help = "Selects which action to perform" |
tuple | args = parser.parse_args() |
def compile.build | ( | dirs, | |
verbosity | |||
) |
def compile.clean | ( | dirs | ) |
def compile.compile | ( | mode, | |
verbosity, | |||
dirs | |||
) |
Definition at line 162 of file compile.py.
References build(), clean(), and genSubdirMake().
def compile.ensureDir | ( | path | ) |
Definition at line 40 of file compile.py.
Referenced by ensureSubdirs().
def compile.ensureSubdirs | ( | base, | |
subdirs | |||
) |
def compile.fullPath | ( | path | ) |
Definition at line 37 of file compile.py.
Referenced by genSubdirs(), getSubdirs(), tryRemove(), and writeMakefile().
def compile.genSubdirMake | ( | dirs | ) |
Definition at line 132 of file compile.py.
References genSubdirs(), and writeMakefile().
Referenced by compile().
def compile.genSubdirs | ( | dirs | ) |
Definition at line 87 of file compile.py.
References ensureSubdirs(), fullPath(), and getSubdirs().
Referenced by build(), and genSubdirMake().
def compile.getSubdirs | ( | base, | |
subdirs | |||
) |
def compile.tryRemove | ( | directory, | |
pattern | |||
) |
def compile.writeMakefile | ( | subdirs | ) |
tuple compile.args = parser.parse_args() |
Definition at line 193 of file compile.py.
Referenced by PlotMaker.Push(), and ThreadPool.Push().
string compile.help = "Selects which action to perform" |
Definition at line 180 of file compile.py.
tuple compile.parser |
Definition at line 177 of file compile.py.