We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460bd74 commit cb6763bCopy full SHA for cb6763b
1 file changed
build_tools/analysis/type_hint_analyzer.py
@@ -8,6 +8,9 @@
8
This script scans the entire repository and analyzes type hint coverage
9
for all functions and classes.
10
11
+Based on the type completeness information from
12
+https://typing.python.org/en/latest/guides/libraries.html#type-completeness
13
+
14
Usage:
15
python type_hint_analyzer.py [--output-dir OUTPUT_DIR]
16
0 commit comments