Type check with standard attr package
This gives us a lot more classes (namely @attr.s
annotated stuff), instead of them getting stubbed out to Any
by pytype.
This gives us a lot more classes (namely @attr.s
annotated stuff), instead of them getting stubbed out to Any
by pytype.