[Background](https://stackoverflow.com/questions/10582774/python-why-can-isinstance-return-false-when-it-should-return-true) What is a reasonable behavior when checking `isinstance` on reconstructed classes like derived components?
Background
What is a reasonable behavior when checking
isinstanceon reconstructed classes like derived components?