-
Notifications
You must be signed in to change notification settings - Fork 3
MAINT/DOC: Add type information to arguments #28
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: low
Description
Add some typing information to make arguments a little easier to read (maybe). I tend to prefer stub files (e.g. see here) over in-place typing since there is less distracting lines of code. However it means the file count doubles because every python source is accompanied by a .pyi file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: low