[lxml] Re: Question about inheritance in cssselect.py

2022-12-23 Thread Stefan Behnel
Dani Litovsky Alcala schrieb am 10.06.22 um 17:34: lxml v.4.9 cssselect.py:CSSSelector.__init__ calls on `etree.XPath.__init__(self, path, namespaces=namespaces)` to initialize the parent class. Is there a reason why `super()` or even `super(CSSSelector, self)__init__...` is not used?

[lxml] Re: Question about inheritance in cssselect.py

2022-12-16 Thread veronicalarsen0793
I thought I was going nuts too, but this is why I kept on getting this error. Simply quitting and re-entering Python fixed it. https://slope-unblocked.co ___ lxml - The Python XML Toolkit mailing list -- lxml@python.org To unsubscribe send an email to

[lxml] Re: Question about inheritance in cssselect.py

2022-06-10 Thread Dani Litovsky Alcala
https://stackoverflow.com/questions/43751455/supertype-obj-obj-must-be-an-instance-or-subtype-of-type ___ lxml - The Python XML Toolkit mailing list -- lxml@python.org To unsubscribe send an email to lxml-le...@python.org