Home | History | Annotate | Download | only in Modules

Lines Matching refs:handle_start

2034     PyObject* handle_start;

2270 else if (self->handle_start) {
2277 res = PyObject_CallFunction(self->handle_start, "OO", tag, attrib);
2519 self->handle_start = PyObject_GetAttrString(target, "start");
2575 Py_XDECREF(self->handle_start);