dry-python/classes

`Supports` should support `__instancecheck__`

sobolevn opened this issue · 1 comments

This should be possible: isinstance(int, Supports[A]). Because this can help with our delegate feature.

Too complicated.