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.
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
global_variables.GlobalVariables Class Reference
Collaboration diagram for global_variables.GlobalVariables:
Collaboration graph

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
 

Detailed Description

_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.

Constructor & Destructor Documentation

◆ __init__()

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.

Field Documentation

◆ user_arguments

global_variables.GlobalVariables.user_arguments

Definition at line 211 of file global_variables.py.


The documentation for this class was generated from the following file: