ClassVars are detected, even if they're a string or quoted.
(annot)
| 694 | ], |
| 695 | ) |
| 696 | def test_is_class_var(annot): |
| 697 | """ |
| 698 | ClassVars are detected, even if they're a string or quoted. |
| 699 | """ |
| 700 | assert _is_class_var(annot) |
nothing calls this directly
no test coverage detected