You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think it would be quite handy to have Expression.__floordiv__ being a shortcut for Expression.descendant.
The reasoning is that it is quite common to traverse nodes using the descendant selector in pure XPath (which is //), while calling .descendant makes the code quite verbose.
IMO it would be quite convenient to be able to type