Closed pederhan closed 6 months ago
This gets rid of needing to repeat the class name when inheriting from APIMixin, as well as most uses of typing.cast() inside the various methods.
APIMixin
typing.cast()
This gets rid of needing to repeat the class name when inheriting from
APIMixin
, as well as most uses oftyping.cast()
inside the various methods.