Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "JSON config files." |
tuple | args = parser.parse_args() |
list | plot_configs = [] |
tuple | plot_config = jsonTools.JsonDict(os.path.expandvars(json_config)) |
tuple makePlots_jsonConfigs.args = parser.parse_args() |
string makePlots_jsonConfigs.help = "JSON config files." |
tuple makePlots_jsonConfigs.log = logging.getLogger(__name__) |
tuple makePlots_jsonConfigs.parser |
tuple makePlots_jsonConfigs.plot_config = jsonTools.JsonDict(os.path.expandvars(json_config)) |
list makePlots_jsonConfigs.plot_configs = [] |