Revisit type hinting #19
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
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.
The text was updated successfully, but these errors were encountered: