MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / _set_polymorphic_on

Method _set_polymorphic_on

lib/sqlalchemy/orm/mapper.py:1401–1403  ·  view source on GitHub ↗
(self, polymorphic_on)

Source from the content-addressed store, hash-verified

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

Callers 1

__declare_first__Method · 0.80

Calls 1

Tested by

no test coverage detected