##// END OF EJS Templates
typing: induce pytype to use the standard `attr` instead of the vendored copy...
typing: induce pytype to use the standard `attr` instead of the vendored copy What was previously happening with the vendored copy was that pytype would stub out all(?) classes that were decorated with `@attr.s` as `Any`. After this, we get a ton of classes defined, and numerous fields and methods now have proper types.

File last commit:

r51880:727428c7 default
r52622:278af66e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer