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
parsel/parsel/selector.py
Line 856 in 0475327
While the other methods raised clear exceptions attrib() confused developers with built-in AttributeError when self.root has no attribute attrib.
attrib()
AttributeError
self.root
attrib
The text was updated successfully, but these errors were encountered:
When does that happen? Is it only a problem for JSON selectors?
Sorry, something went wrong.
No branches or pull requests
parsel/parsel/selector.py
Line 856 in 0475327
While the other methods raised clear exceptions
attrib()
confused developers with built-inAttributeError
whenself.root
has no attributeattrib
.The text was updated successfully, but these errors were encountered: