MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _polymorphic_properties

Method _polymorphic_properties

lib/sqlalchemy/orm/mapper.py:2909–2914  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2907
2908 @HasMemoized.memoized_attribute
2909 def _polymorphic_properties(self):
2910 return list(
2911 self._iterate_polymorphic_properties(
2912 self._with_polymorphic_mappers
2913 )
2914 )
2915
2916 @property
2917 def _all_column_expressions(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected