Lines Matching refs:args
95 optlist, args = getopt.getopt(sys.argv[1:], 'wm')
109 if len(args) < 3:
111 if len(args) > 4:
115 if len(args) != 3:
118 if len(args) == 3:
121 # populate variables from args and normalize & expand path
122 if len(args) >= 3:
123 options_file = os.path.normpath(os.path.expanduser(args[0]))
124 input_file = os.path.normpath(os.path.expanduser(args[1]))
125 lame1 = os.path.normpath(os.path.expanduser(args[2]))
126 if len(args) >= 4:
127 lame2 = os.path.normpath(os.path.expanduser(args[3]))