Currently, all inheritance is lost when Python objects are wrapped. There are some cases where it would be useful for retain this (e.g. replacing a method on the base Record class). We will need to see how difficult this is and it may require wrapping of more Python classes.