Home | History | Annotate | Download | only in clinic

Lines Matching defs:errors

7 "     errors=None, newline=None, closefd=True, opener=None)\n"
79 "errors is an optional string that specifies how encoding errors are to\n"
83 "errors. (Note that ignoring encoding errors can lead to data loss.)\n"
134 int buffering, const char *encoding, const char *errors,
141 static const char * const _keywords[] = {"file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener", NULL};
147 const char *errors = NULL;
153 &file, &mode, &buffering, &encoding, &errors, &newline, &closefd, &opener)) {
156 return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, opener);