Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit type hinting #19

Open
kordejong opened this issue Apr 12, 2024 · 0 comments
Open

Revisit type hinting #19

kordejong opened this issue Apr 12, 2024 · 0 comments
Labels
05: target: all All targets / not related to a specific target 15: feature: code 25: kind: enhancement Something new 35: priority: low I need this some day

Comments

@kordejong
Copy link
Collaborator

Current type hints work, but are not 100% correct. For example, alias.Actions is defined as a list of Action and ActionCombination instances, whereas this should be changed to a list of actions, where action is an Action instance or an specialization thereof.

@kordejong kordejong added 05: target: all All targets / not related to a specific target 25: kind: enhancement Something new 35: priority: low I need this some day 15: feature: code labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05: target: all All targets / not related to a specific target 15: feature: code 25: kind: enhancement Something new 35: priority: low I need this some day
Projects
None yet
Development

No branches or pull requests

1 participant