MCPcopy Index your code
hub / github.com/python/mypy / find_type.py

File find_type.py

misc/find_type.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected