(self)
| 7388 | self._test_get(self._fn_fixture) |
| 7389 | |
| 7390 | def test_plain_expr(self): |
| 7391 | self._test_expr(self._plain_fixture) |
| 7392 | |
| 7393 | def test_callable_expr(self): |
| 7394 | self._test_expr(self._callable_fixture) |
nothing calls this directly
no test coverage detected