Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_Element.getchildren is missing #68

Open
ChristianSauer opened this issue Jun 15, 2022 · 1 comment
Open

_Element.getchildren is missing #68

ChristianSauer opened this issue Jun 15, 2022 · 1 comment

Comments

@ChristianSauer
Copy link

No description provided.

@charmoniumQ
Copy link

charmoniumQ commented Dec 4, 2024

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.

--- lxml.etree._Element API documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants