(self)
| 7397 | self._test_expr(self._subclass_fixture) |
| 7398 | |
| 7399 | def test_fn_expr(self): |
| 7400 | self._test_expr(self._fn_fixture) |
| 7401 | |
| 7402 | def test_plain_expr_undocumented_query_constructor(self): |
| 7403 | self._test_expr_undocumented_query_constructor(self._plain_fixture) |
nothing calls this directly
no test coverage detected