Home | History | Annotate | Download | only in Modules

Lines Matching refs:handle_doctype

2736     PyObject *handle_doctype;
3145 if (self->handle_doctype) {
3146 res = PyObject_CallFunction(self->handle_doctype, "OOO",
3216 self->handle_doctype = NULL;
3272 self->handle_doctype = PyObject_GetAttrString(target, "doctype");
3341 Py_CLEAR(self->handle_doctype);