| 1 | #!/usr/bin/env python3 |
| 2 | # Usage: find_type.py FILENAME START_LINE START_COL END_LINE END_COL MYPY_AND_ARGS |
| 3 | # Prints out the type of the expression in the given location if the mypy run |
| 4 | # succeeds cleanly. Otherwise, prints out the errors encountered. |