babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Functions | |
def | singleFileDelete (path) |
def | recursiveDelete (file_dir) |
def | deleteTreeglobal (in_files) |
Variables | |
tuple | parser = argparse.ArgumentParser(description="Deletes treeglobal from provided list of files and directories, recursing through subdirectories.") |
string | help = "List of ROOT files from which to remove treeglobal. Directories will be recursively search for ROOT files." |
tuple | args = parser.parse_args() |
def delete_treeglobal.deleteTreeglobal | ( | in_files | ) |
Definition at line 48 of file delete_treeglobal.py.
References utilities.fullPath(), and recursiveDelete().
def delete_treeglobal.recursiveDelete | ( | file_dir | ) |
Definition at line 30 of file delete_treeglobal.py.
References singleFileDelete().
Referenced by deleteTreeglobal().
def delete_treeglobal.singleFileDelete | ( | path | ) |
Definition at line 11 of file delete_treeglobal.py.
References utilities.ePrint().
Referenced by recursiveDelete().
tuple delete_treeglobal.args = parser.parse_args() |
Definition at line 57 of file delete_treeglobal.py.
string delete_treeglobal.help = "List of ROOT files from which to remove treeglobal. Directories will be recursively search for ROOT files." |
Definition at line 56 of file delete_treeglobal.py.
tuple delete_treeglobal.parser = argparse.ArgumentParser(description="Deletes treeglobal from provided list of files and directories, recursing through subdirectories.") |
Definition at line 54 of file delete_treeglobal.py.