Returns `False` on non-decorated classes.
(self)
| 540 | assert has(D) |
| 541 | |
| 542 | def test_negative(self): |
| 543 | class="st">""" |
| 544 | Returns `False` on non-decorated classes. |
| 545 | class="st">""" |
| 546 | assert not has(object) |
| 547 | |
| 548 | def test_generics(self): |
| 549 | class="st">""" |