(self)
| 7412 | self._test_expr_undocumented_query_constructor(self._fn_fixture) |
| 7413 | |
| 7414 | def test_callable_o2m_lazyload(self): |
| 7415 | self._test_o2m_lazyload(self._callable_fixture) |
| 7416 | |
| 7417 | def test_subclass_o2m_lazyload(self): |
| 7418 | self._test_o2m_lazyload(self._subclass_fixture) |
nothing calls this directly
no test coverage detected