(self)
| 3895 | |
| 3896 | @HasMemoized.memoized_attribute |
| 3897 | def _subclass_load_via_in_mapper(self): |
| 3898 | # the default is loading this mapper against the basemost mapper |
| 3899 | return self._subclass_load_via_in(self, self.base_mapper) |
| 3900 | |
| 3901 | def cascade_iterator( |
| 3902 | self, |
nothing calls this directly
no test coverage detected