Lines Matching refs:open
45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r')