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

Add docstrings to some functions that lacked a docstring #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ArticPiplup
Copy link

Issue: Improve Documentation #107

Add docstrings to some functions that lacked a docstring. Included docstring to the following functions

Banker.py > def change_balance(id: int, delta: int) -> None:
Casino.py > def get_submodules() -> str:
GameManager.py > def remove_game(game_id: int) -> None:
GameManager.py > def game_is_full(game_id: int) -> bool:
GameManager.py > def game_exists(game_name: str) -> bool:
GameManager.py > def player_in_game(game_name: str, player_name: str) -> bool:
Modules.py > def calculator(active_terminal: Terminal) -> str:
Modules.py > def list_properties() -> str:
Modules.py > def ttt_handler(server: Socket, active_terminal: Terminal, player_id: int) -> None:

Also Removed the command section on the README.md as told to do so within the issue Improve Documentation #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant