Go to the source code of this file.
Namespaces | |
namespace | repro::tools::rush |
namespace | rush |
Functions | |
def | repro::tools::rush::generate |
Add Rush builder to the environment and do many other things. | |
def | repro::tools::rush::exists |
Return True (this tool always exists). | |
Variables | |
dictionary | repro::tools::rush::RUSH_EMITTERS = {'.rsf':rsf_emitter} |
string | repro::tools::rush::STDIN = "${stdin and SOURCES and '< ' + SOURCES[0].path or ''}" |
string | repro::tools::rush::STDOUT = "${stdout and TARGETS and '> ' + TARGETS[0].path or ''}" |
repro::tools::rush::stdin = True | |
repro::tools::rush::stdout = True | |
list | repro::tools::rush::REPROEXPORTS = ['RSFROOT','DATAPATH','TMPDATAPATH','RSFDOC','RSFFIGS'] |
string | repro::tools::rush::CMDLIST = "${flow_join(_flow_command)}" |
string | repro::tools::rush::RUSHSTR = "$STDIN $CMDLIST $STDOUT" |
dictionary | repro::tools::rush::SF = {} |