Home
last modified time | relevance | path

Searched refs:ignore_attribute_error (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_elementtree.c2514 ignore_attribute_error(PyObject *value) function
2603 if (ignore_attribute_error(self->handle_xml)) {
2608 if (ignore_attribute_error(self->handle_start)) {
2613 if (ignore_attribute_error(self->handle_data)) {
2618 if (ignore_attribute_error(self->handle_end)) {
2623 if (ignore_attribute_error(self->handle_comment)) {
2628 if (ignore_attribute_error(self->handle_pi)) {
2633 if (ignore_attribute_error(self->handle_close)) {
/external/python/cpython3/Modules/
D_elementtree.c3301 ignore_attribute_error(PyObject *value) in ignore_attribute_error() function
3370 if (ignore_attribute_error(self->handle_start)) { in _elementtree_XMLParser___init___impl()
3374 if (ignore_attribute_error(self->handle_data)) { in _elementtree_XMLParser___init___impl()
3378 if (ignore_attribute_error(self->handle_end)) { in _elementtree_XMLParser___init___impl()
3382 if (ignore_attribute_error(self->handle_comment)) { in _elementtree_XMLParser___init___impl()
3386 if (ignore_attribute_error(self->handle_pi)) { in _elementtree_XMLParser___init___impl()
3390 if (ignore_attribute_error(self->handle_close)) { in _elementtree_XMLParser___init___impl()
3394 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()