In Python Type-hinting, How Can I Make An Argument Accept Any Subclass Of A Base Class?
I have a function that looks a bit like this. I want the function to accept any subclass of io.IOBa…
Read more
In Python Type-hinting, How Can I Make An Argument Accept Any Subclass Of A Base Class?