|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|

Public Member Functions | |
| None | __init__ (self, int success=0, int error=84, str ip="0.0.0.0", int port=8080, str name="", bool debug=False) |
Data Fields | |
| user_arguments | |
_summary_
This is the class in charge of storing the variables that are to be globally synced throughout the program
Args:
success (int, optional): _description_. Defaults to 0.
error (int, optional): _description_. Defaults to 84.
ip (str, optional): _description_. Defaults to "0.0.0.0".
port (int, optional): _description_. Defaults to 8080.
name (str, optional): _description_. Defaults to "".
Definition at line 185 of file global_variables.py.
| None global_variables.GlobalVariables.__init__ | ( | self, | |
| int | success = 0, | ||
| int | error = 84, | ||
| str | ip = "0.0.0.0", | ||
| int | port = 8080, | ||
| str | name = "", | ||
| bool | debug = False ) |
Definition at line 198 of file global_variables.py.
| global_variables.GlobalVariables.user_arguments |
Definition at line 211 of file global_variables.py.