-
- Downloads
Add constructor docstrings and type hints in classes
Added docstrings to constructors of several classes in various modules to improve code readability and maintainability. Also, explicit type hints were provided for the fields in these classes aiding in better understanding of the data types used across the codebase.
Showing
- cooperative_cuisine/effects.py 6 additions, 0 deletionscooperative_cuisine/effects.py
- cooperative_cuisine/environment.py 11 additions, 0 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/game_server.py 5 additions, 0 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/info_msg.py 16 additions, 3 deletionscooperative_cuisine/info_msg.py
- cooperative_cuisine/items.py 32 additions, 1 deletioncooperative_cuisine/items.py
- cooperative_cuisine/movement.py 16 additions, 6 deletionscooperative_cuisine/movement.py
- cooperative_cuisine/orders.py 20 additions, 0 deletionscooperative_cuisine/orders.py
- cooperative_cuisine/player.py 7 additions, 0 deletionscooperative_cuisine/player.py
- cooperative_cuisine/recording.py 9 additions, 0 deletionscooperative_cuisine/recording.py
- cooperative_cuisine/scores.py 11 additions, 0 deletionscooperative_cuisine/scores.py
- cooperative_cuisine/study_server.py 8 additions, 0 deletionscooperative_cuisine/study_server.py
- cooperative_cuisine/validation.py 8 additions, 0 deletionscooperative_cuisine/validation.py
Please register or sign in to comment