(self)
| 1216 | eq_(a1.value(7), 17) |
| 1217 | |
| 1218 | def test_expression(self): |
| 1219 | A = self._fixture() |
| 1220 | self.assert_compile(A.value(5), "foo(a.value, :foo_1) + :foo_2") |
| 1221 | |
| 1222 | def test_info(self): |
| 1223 | A = self._fixture() |
nothing calls this directly
no test coverage detected