What's this all about? The curious Python methods and attributes surrounded by double underscores (__) go by many names, including "special", "magic", and "dunder". You probably use some of them, like ...
When applying slint.callback() decorator to an async callback with an underscore in the callback's name (in .slint file). RuntimeError: Callback 'async_underscore' cannot be used with a callback ...