(self)
| 7394 | self._test_expr(self._callable_fixture) |
| 7395 | |
| 7396 | def test_subclass_expr(self): |
| 7397 | self._test_expr(self._subclass_fixture) |
| 7398 | |
| 7399 | def test_fn_expr(self): |
| 7400 | self._test_expr(self._fn_fixture) |
nothing calls this directly
no test coverage detected