app_manager::app::AppDefinition Class Reference
List of all members.
Detailed Description
Definition at line 76 of file app.py.
Member Function Documentation
def app_manager::app::AppDefinition::__eq__ |
( |
|
self, |
|
|
|
other | |
|
) |
| | |
def app_manager::app::AppDefinition::__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
display_name, |
|
|
|
description, |
|
|
|
platform, |
|
|
|
launch, |
|
|
|
interface, |
|
|
|
clients, |
|
|
|
icon = None | |
|
) |
| | |
def app_manager::app::AppDefinition::__repr__ |
( |
|
self |
) |
|
Member Data Documentation
Initial value:['name', 'display_name', 'description', 'platform',
'launch', 'interface', 'clients', 'icon']
Definition at line 77 of file app.py.
The documentation for this class was generated from the following file: