MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_subclass_o2m_lazyload

Method test_subclass_o2m_lazyload

test/orm/test_query.py:7417–7418  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7415 self._test_o2m_lazyload(self._callable_fixture)
7416
7417 def test_subclass_o2m_lazyload(self):
7418 self._test_o2m_lazyload(self._subclass_fixture)
7419
7420 def test_fn_o2m_lazyload(self):
7421 self._test_o2m_lazyload(self._fn_fixture)

Callers

nothing calls this directly

Calls 1

_test_o2m_lazyloadMethod · 0.95

Tested by

no test coverage detected