(self)
| 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): |
nothing calls this directly
no test coverage detected