Public Member Functions | Public Attributes | Static Private Attributes | List of all members
app_manager.app.Client Class Reference
Inheritance diagram for app_manager.app.Client:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, client_type, manager_data, app_data)
 
def __repr__ (self)
 
def as_dict (self)
 

Public Attributes

 app_data
 
 client_type
 
 manager_data
 

Static Private Attributes

list __slots__ = ['client_type', 'manager_data', 'app_data']
 

Detailed Description

Definition at line 56 of file app.py.

Constructor & Destructor Documentation

def app_manager.app.Client.__init__ (   self,
  client_type,
  manager_data,
  app_data 
)

Definition at line 58 of file app.py.

Member Function Documentation

def app_manager.app.Client.__eq__ (   self,
  other 
)

Definition at line 66 of file app.py.

def app_manager.app.Client.__repr__ (   self)

Definition at line 73 of file app.py.

def app_manager.app.Client.as_dict (   self)

Definition at line 63 of file app.py.

Member Data Documentation

list app_manager.app.Client.__slots__ = ['client_type', 'manager_data', 'app_data']
staticprivate

Definition at line 57 of file app.py.

app_manager.app.Client.app_data

Definition at line 61 of file app.py.

app_manager.app.Client.client_type

Definition at line 59 of file app.py.

app_manager.app.Client.manager_data

Definition at line 60 of file app.py.


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


app_manager
Author(s): Jeremy Leibs, Ken Conley, Yuki Furuta
autogenerated on Tue Apr 2 2019 02:58:24