Go to the source code of this file.
Namespaces | |
compareJSON | |
Variables | |
tuple | compareJSON.alphaList = LumiList(filename = args[0]) |
tuple | compareJSON.betaList = LumiList(filename = args[1]) |
tuple | compareJSON.cmdGroup = optparse.OptionGroup(parser, "Command Options ") |
string | compareJSON.const = 'and' |
compareJSON.firstOnly = alphaList-betaList | |
Diff Command ##. More... | |
string | compareJSON.help = '"and" (i.e., take intersection) of two files' |
compareJSON.outputList = alphaList&betaList | |
All other commands ##. More... | |
tuple | compareJSON.parser = optparse.OptionParser("Usage: %prog --command [--options] alpha.json beta.json [output.json]") |
compareJSON.secondOnly = betaList-alphaList | |