Variables
make_x_csv Namespace Reference

Variables

 parser = ap()
 
 type
 
 str
 
 help
 
 default
 
 args = parser.parse_args()
 
list all_files = [i.split("/")[-1] for i in ls(args.p + "*")]
 

Variable Documentation

list make_x_csv.all_files = [i.split("/")[-1] for i in ls(args.p + "*")]

Definition at line 15 of file make_x_csv.py.

make_x_csv.args = parser.parse_args()

Definition at line 11 of file make_x_csv.py.

make_x_csv.default

Definition at line 10 of file make_x_csv.py.

make_x_csv.help

Definition at line 10 of file make_x_csv.py.

make_x_csv.parser = ap()

Definition at line 8 of file make_x_csv.py.

make_x_csv.str

Definition at line 10 of file make_x_csv.py.

make_x_csv.type

Definition at line 10 of file make_x_csv.py.