Returns a list of `Attribute`a.
(self, C)
| 1593 | |
| 1594 | @given(simple_classes()) |
| 1595 | def test_fields(self, C): |
| 1596 | class="st">""" |
| 1597 | Returns a list of `Attribute`a. |
| 1598 | class="st">""" |
| 1599 | assert all(isinstance(a, Attribute) for a in fields(C)) |
| 1600 | |
| 1601 | @given(simple_classes()) |
| 1602 | def test_fields_properties(self, C): |