(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) |
| 7422 | |
| 7423 | def test_callable_m2o_lazyload(self): |
| 7424 | self._test_m2o_lazyload(self._callable_fixture) |
nothing calls this directly
no test coverage detected