These are marked with a module-level __getattr__ function with an "incomplete module" comment.
Contributor guide
Tech stack
python
Domain
developer experience
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Python typing basicsTypeshed contribution guide
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Look for modules in the typeshed repository that have a module level ` getattr ` function with a comment like 'incomplete module'. These modules lack complete type stubs. Start by finding such modules using git grep or navigating the stubs directory. Then, examine the corresponding third party library's API to define proper type hints. If unsure, check if there's an existing stub or comment in the issue for guidance. Submit a PR that replaces the ` getattr ` with complete type annotations.