Pointer
Sponsorship
/Ehud Tamir
How To Quickly Find Type-Issues In Your Python Code With Pytype
#Python
tl;dr:
Run through Pytype, which will (1) Statically infer type information and check your code for type errors (2) Validate PEP 484 type annotations in your code for consistency (3) Merge back inferred type information into your code.
featured in
#135