Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_elementtree.c.h420 _elementtree_Element_insert_impl(ElementObject *self, Py_ssize_t index,
450 return_value = _elementtree_Element_insert_impl(self, index, subelement); in _elementtree_Element_insert()
/third_party/python/Modules/
D_elementtree.c1481 _elementtree_Element_insert_impl(ElementObject *self, Py_ssize_t index, in _elementtree_Element_insert_impl() function