Go to the source code of this file.
Namespaces | |
namespace | fragments::merge_files |
Functions | |
def | fragments::merge_files::mergeFiles |
Variables | |
tuple | fragments::merge_files::parser = OptionParser(usage="usage: %prog [options]") |
string | fragments::merge_files::dest = "fragFileName" |
fragments::merge_files::default = None, | |
string | fragments::merge_files::help = "The path and name of the file one wants to merge into the 'master' one" |
string | fragments::merge_files::dest = "mergedFileName" |
fragments::merge_files::default = None, | |
string | fragments::merge_files::help = "The path and name of the 'master' file which will hold the content of all the other fragment files" |
string | fragments::merge_files::dest = "commentChar" |
string | fragments::merge_files::default = "#" |
string | fragments::merge_files::help = "The type of the commenting character for the type of files at hand (this is an attempt at handling the largest possible use cases)" |
string | fragments::merge_files::dest = "doMerge" |
string | fragments::merge_files::action = "store_true" |
fragments::merge_files::default = True, | |
string | fragments::merge_files::help = "Switch to actually carry on with the merging procedure" |
string | fragments::merge_files::dest = "unMerge" |
string | fragments::merge_files::action = "store_true" |
fragments::merge_files::default = False, | |
string | fragments::merge_files::help = "Switch to remove our fragment file from the 'master' file" |
string | fragments::merge_files::dest = "stampDir" |
string | fragments::merge_files::action = "store" |
fragments::merge_files::default = None, | |
string | fragments::merge_files::help = "Create the stamp file in the specified directory. If not specified" |
int | fragments::merge_files::sc = 1 |
string | fragments::merge_files::stampFileName = ".stamp" |
tuple | fragments::merge_files::stampFileName |
tuple | fragments::merge_files::sc |
tuple | fragments::merge_files::stamp = open( stampFileName, 'w' ) |