Dear lxml community,
First of all, thank you for this great toolkit.
I ran into a very particular conflict which I was not able to solve and that might be of interest.
For a project I am using OBS (Open Broadcaster Software) that provides Python scripting capabilities to manipulate scen
Hi Burak and Holger,
thank you both a lot for the good pointers and explanations.
It definitely helps, and I'll need some time to dig into.
Am 09.02.2022 19:28 schrieb jh...@gmx.de:
Since a namedtuple is still a tuple this would trigger special-cased
sequence
assignment
namedtuple was contri
Hi,
Daniel Beiter schrieb am 10.02.22 um 14:53:
For a project I am using OBS (Open Broadcaster Software) that provides Python
scripting capabilities to manipulate scenes, objects, etc. (
https://obsproject.com/wiki/Getting-Started-With-OBS-Scripting ). The API is in
C and wrapper functions for P