Bone-Market-Solver/bonemarketsolver/objects
Jeremy Saklad e211becb30
Add type hints to helper functions
For the sake of maintainability, it is very important the parameters and
results of the helper functions are spelled out explicitly.

Union type hints are being left until Python 3.10 is supported.
2021-10-16 17:17:56 -05:00
..
action.py Refactor Action as data class 2021-09-18 19:18:39 -05:00
blacklistaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
bone_market_model.py Add type hints to helper functions 2021-10-16 17:17:56 -05:00
bonemarketargumentparser.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
enumaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
listaction.py Use f-strings and multiline strings 2021-09-18 20:01:30 -05:00