Searched refs:handle_start (Results 1 – 2 of 2) sorted by relevance
82 sub handle_start { subroutine211 Start => \&handle_start,
3069 PyObject *handle_start; member3305 else if (self->handle_start) { in expat_start_handler()3313 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler()3616 self->handle_start = self->handle_data = self->handle_end = NULL; in xmlparser_new()3692 self->handle_start = PyObject_GetAttrString(target, "start"); in _elementtree_XMLParser___init___impl()3693 if (ignore_attribute_error(self->handle_start)) { in _elementtree_XMLParser___init___impl()3772 Py_VISIT(self->handle_start); in xmlparser_gc_traverse()3798 Py_CLEAR(self->handle_start); in xmlparser_gc_clear()