Does #python have delegates? It has abstract base classes, where methods have to have a similar signature, but I don't see a corresponding "one function interface" thing.
(delegate is a C# "interface"-like thing for a single function)
Post
May 11, 2021