(self)
| 7391 | self._test_expr(self._plain_fixture) |
| 7392 | |
| 7393 | def test_callable_expr(self): |
| 7394 | self._test_expr(self._callable_fixture) |
| 7395 | |
| 7396 | def test_subclass_expr(self): |
| 7397 | self._test_expr(self._subclass_fixture) |
nothing calls this directly
no test coverage detected