lxml-stubs
lxml-stubs copied to clipboard
_Element.getchildren is missing
It's deprecated.
getchildren(self)Returns all direct children. The elements are returned in document order.
Deprecated: Note that this method has been deprecated as of ElementTree 1.3 and lxml 2.0. New code should use list(element) or simply iterate over elements.