MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _subclass_load_via_in_mapper

Method _subclass_load_via_in_mapper

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

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

_subclass_load_via_inMethod · 0.95

Tested by

no test coverage detected