typehints
Here are 19 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 16, 2020 - Python
Just fix tests to use Factory instead of old style
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 23, 2020 - Python
-
Updated
May 25, 2020
-
Updated
Dec 14, 2018 - Python
-
Updated
Aug 4, 2020 - Python
Improve this page
Add a description, image, and links to the typehints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typehints topic, visit your repo's landing page and select "manage topics."
Describe the bug
The function
typer.main.get_groupis annotated as returning aclick.Commandwhich isn't wrong because aclick.Groupis aclick.Command, but means I have to cast to group when trying to integrate with existing Click applications.To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario: