Lines Matching refs:appending
91 exists), 'x' for exclusive creation of a new file, and 'a' for appending
104 'a' open for writing, appending to the end of the file if it exists
117 binary mode (appending 'b' to the mode argument) return contents as
213 appending = "a" in modes
219 if creating + reading + writing + appending > 1:
221 if not (creating or reading or writing or appending):
238 (appending and "a" or "") +
264 elif creating or writing or appending:
1502 writing, exclusive creation or appending. The file will be created if it
1503 doesn't exist when opened for writing or appending; it will be truncated