(self, polymorphic_on)
| 1399 | self._adapt_inherited_property(key, prop, False) |
| 1400 | |
| 1401 | def _set_polymorphic_on(self, polymorphic_on): |
| 1402 | self.polymorphic_on = polymorphic_on |
| 1403 | self._configure_polymorphic_setter(True) |
| 1404 | |
| 1405 | def _configure_class_instrumentation(self): |
| 1406 | """Associate this Mapper with the |
no test coverage detected