More private utilities that need to be marked and public api deprecated
Open
Beginner friendly
Nobody has claimed this yet.
typing
- Dominant language
- Python
- Stars
- 17.7k
- Forks
- 2.3k
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 18
Description
In types.py
-
convert_type- rename to _convert_type - currently has no top level import -
FuncParamType- maybe typing thing? - currently has no top level import
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in types.py and inspect the definitions and top-level imports for convert_type and FuncParamType. Confirm which names are intentionally private or part of the public API, then complete both checklist items and verify the resulting import and deprecation behavior with the relevant existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100