basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

Support `typing.Never` in runtime checks

Open DetachHead opened this issue 3 years ago • 0 comments

Most of this can be done in basedtyping except mypy error in isinstance.

As the based implementation is now a type not an instance, it's valid to use in isinstance and issubclass.

https://github.com/KotlinIsland/basedtyping/pull/21

DetachHead avatar Jan 06 '22 14:01 DetachHead