| Functions | |
| def | process | 
| Variables | |
| tuple | args = parser.parse_args() | 
| tuple | parser | 
| string | PKG = 'bag_tools' | 
| def batch_process.process | ( | in_dir, | |
| out_dir, | |||
| command | |||
| ) | 
Definition at line 43 of file batch_process.py.
| tuple batch_process::args = parser.parse_args() | 
Definition at line 63 of file batch_process.py.
| tuple batch_process::parser | 
00001 argparse.ArgumentParser( 00002 description='batch processes all bagfiles in INPUT_DIR, writing output to OUTPUT_DIR by calling given command with -i and -o arguments.')
Definition at line 58 of file batch_process.py.
| string batch_process::PKG = 'bag_tools' | 
Definition at line 33 of file batch_process.py.