-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add "What's a typehint" tag #154
Copy link
Copy link
Closed
python-discord/bot
#1943Labels
area: tagsRelated to the @Python bot's tagsRelated to the @Python bot's tagstype: additionRequest to add something newRequest to add something new
Metadata
Metadata
Assignees
Labels
area: tagsRelated to the @Python bot's tagsRelated to the @Python bot's tagstype: additionRequest to add something newRequest to add something new
Type
Fields
Give feedbackNo fields configured for issues without a type.
Lots of people wonder what at typehint is, so this tag addresses that.
Draftish:
A typehint indicates to users of a function what type it expects to be passed, as well as indicating what type the return value of the function should be.
Note that this has no actual effect on what is passed, for example, this is valid code