Achieve a complete set of annotations #10
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Write enough annotations in order to remove the function
__getattr__
from all modules that contain it.The
__getattr__
magic function signifies to type checkers that the current module is incomplete, that is, not all functions, classes or other types are present in the stub file.The text was updated successfully, but these errors were encountered: