We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per the lxml source code, fragments_fromstring should return a List:
lxml
fragments_fromstring
https://github.com/lxml/lxml/blob/d5593c118856d3eba1eef181e3e0c666ded11f35/src/lxml/html/__init__.py#L770-L772
However, the type stubs here declare it as returning an _Element:
_Element
lxml-stubs/lxml-stubs/html/__init__.pyi
Lines 75 to 81 in 0a9b609
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per the
lxml
source code,fragments_fromstring
should return a List:https://github.com/lxml/lxml/blob/d5593c118856d3eba1eef181e3e0c666ded11f35/src/lxml/html/__init__.py#L770-L772
However, the type stubs here declare it as returning an
_Element
:lxml-stubs/lxml-stubs/html/__init__.pyi
Lines 75 to 81 in 0a9b609
The text was updated successfully, but these errors were encountered: