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

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, name, display_name, description, platform, launch, interface, clients, icon=None)
 
def __repr__ (self)
 

Public Attributes

 clients
 
 description
 
 display_name
 
 icon
 
 interface
 
 launch
 
 name
 
 platform
 

Static Private Attributes

list __slots__
 

Detailed Description

Definition at line 76 of file app.py.

Constructor & Destructor Documentation

def app_manager.app.AppDefinition.__init__ (   self,
  name,
  display_name,
  description,
  platform,
  launch,
  interface,
  clients,
  icon = None 
)

Definition at line 80 of file app.py.

Member Function Documentation

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

Definition at line 100 of file app.py.

def app_manager.app.AppDefinition.__repr__ (   self)

Definition at line 90 of file app.py.

Member Data Documentation

list app_manager.app.AppDefinition.__slots__
staticprivate
Initial value:
1 = ['name', 'display_name', 'description', 'platform',
2  'launch', 'interface', 'clients', 'icon']

Definition at line 77 of file app.py.

app_manager.app.AppDefinition.clients

Definition at line 87 of file app.py.

app_manager.app.AppDefinition.description

Definition at line 83 of file app.py.

app_manager.app.AppDefinition.display_name

Definition at line 82 of file app.py.

app_manager.app.AppDefinition.icon

Definition at line 88 of file app.py.

app_manager.app.AppDefinition.interface

Definition at line 86 of file app.py.

app_manager.app.AppDefinition.launch

Definition at line 85 of file app.py.

app_manager.app.AppDefinition.name

Definition at line 81 of file app.py.

app_manager.app.AppDefinition.platform

Definition at line 84 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