|
babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Classes | |
| class | bcolors |
Functions | |
| def | du (path) |
Variables | |
| tuple | parser = argparse.ArgumentParser(description='Process some integers.') |
| tuple | args = parser.parse_args() |
| tuple | subfolders = sorted([x[0] for x in os.walk(args.folder)]) |
| tuple | files = glob.glob(subfolder+'/*.root') |
| tuple | sf_name = subfolder.split(args.folder) |
| def count_root_files.du | ( | path | ) |
disk usage in human readable format (e.g. '2,1GB')
Definition at line 13 of file count_root_files.py.
| tuple count_root_files.args = parser.parse_args() |
Definition at line 11 of file count_root_files.py.
| tuple count_root_files.files = glob.glob(subfolder+'/*.root') |
Definition at line 24 of file count_root_files.py.
| tuple count_root_files.parser = argparse.ArgumentParser(description='Process some integers.') |
Definition at line 9 of file count_root_files.py.
| tuple count_root_files.sf_name = subfolder.split(args.folder) |
Definition at line 26 of file count_root_files.py.
| tuple count_root_files.subfolders = sorted([x[0] for x in os.walk(args.folder)]) |
Definition at line 22 of file count_root_files.py.
1.8.11