could we not do something like passing `obj.__clas...
# development
r
could we not do something like passing
obj.__class__.__mro__
for a given obj to rust and then let it do the equiv of
type(x) in types
to do our own
isinstance
? or not worth it at that point?