(self)
| 7424 | self._test_m2o_lazyload(self._callable_fixture) |
| 7425 | |
| 7426 | def test_subclass_m2o_lazyload(self): |
| 7427 | self._test_m2o_lazyload(self._subclass_fixture) |
| 7428 | |
| 7429 | def test_fn_m2o_lazyload(self): |
| 7430 | self._test_m2o_lazyload(self._fn_fixture) |
nothing calls this directly
no test coverage detected