Variables | |
string | cmd = "find . -type f ! -name '*.svn-base' -a ! -name '*.hg' -a ! -name '*.git' -a " \ |
string | full_cmd = cmd |
dictionary | header_mappings |
string | include_prefix = '#include ' |
dictionary | include_tokens |
ret_code = subprocess.call(full_cmd, shell=True) | |
string | sed_cmd_prefix = ' -exec sed -i \' s' |
string | sed_cmd_suffix = ' {} \; ' |
string | sed_separator = '@' |
string class_loader_headers_update.cmd = "find . -type f ! -name '*.svn-base' -a ! -name '*.hg' -a ! -name '*.git' -a " \ |
Definition at line 40 of file class_loader_headers_update.py.
string class_loader_headers_update.full_cmd = cmd |
Definition at line 60 of file class_loader_headers_update.py.
dictionary class_loader_headers_update.header_mappings |
Definition at line 43 of file class_loader_headers_update.py.
string class_loader_headers_update.include_prefix = '#include ' |
Definition at line 56 of file class_loader_headers_update.py.
dictionary class_loader_headers_update.include_tokens |
Definition at line 52 of file class_loader_headers_update.py.
class_loader_headers_update.ret_code = subprocess.call(full_cmd, shell=True) |
Definition at line 71 of file class_loader_headers_update.py.
string class_loader_headers_update.sed_cmd_prefix = ' -exec sed -i \' s' |
Definition at line 57 of file class_loader_headers_update.py.
string class_loader_headers_update.sed_cmd_suffix = ' {} \; ' |
Definition at line 58 of file class_loader_headers_update.py.
string class_loader_headers_update.sed_separator = '@' |
Definition at line 59 of file class_loader_headers_update.py.