Variables | |
parser = ap() | |
type | |
str | |
help | |
default | |
args = parser.parse_args() | |
list | all_files = [i.split("/")[-1] for i in sorted(ls(args.p + "*"))] |
string | run = "0" |
string | data_type = "mc" |
string | command = "print" |
string | pattern = "\_(.*?)\_" |
Definition at line 15 of file write_to_db_pdsp.py.
write_to_db_pdsp.args = parser.parse_args() |
Definition at line 11 of file write_to_db_pdsp.py.
string write_to_db_pdsp.command = "print" |
Definition at line 22 of file write_to_db_pdsp.py.
string write_to_db_pdsp.data_type = "mc" |
Definition at line 21 of file write_to_db_pdsp.py.
write_to_db_pdsp.default |
Definition at line 10 of file write_to_db_pdsp.py.
write_to_db_pdsp.help |
Definition at line 10 of file write_to_db_pdsp.py.
write_to_db_pdsp.parser = ap() |
Definition at line 8 of file write_to_db_pdsp.py.
string write_to_db_pdsp.pattern = "\_(.*?)\_" |
Definition at line 30 of file write_to_db_pdsp.py.
write_to_db_pdsp.run = "0" |
Definition at line 20 of file write_to_db_pdsp.py.
write_to_db_pdsp.str |
Definition at line 10 of file write_to_db_pdsp.py.
write_to_db_pdsp.type |
Definition at line 10 of file write_to_db_pdsp.py.