Lines Matching refs:strict
106 char strict; /* raise exception on bad CSV */
344 { "strict", T_BOOL, D_OFF(strict), READONLY },
376 "strict",
409 PyObject *strict = NULL;
421 &strict))
446 strict == NULL)
464 Py_XINCREF(strict);
481 DIALECT_GETATTR(strict, "strict");
495 DIASET(_set_bool, "strict", &self->strict, strict, false);
529 Py_CLEAR(strict);
823 else if (!dialect->strict) {
889 if (self->dialect->strict)