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

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, filename)
 
def __neq__ (self, other)
 
def get_available_apps (self, platform=None)
 
def update (self)
 

Public Attributes

 available_apps
 
 filename
 

Private Member Functions

def _load (self)
 

Private Attributes

 _file_mtime
 

Detailed Description

Models data stored in a .installed file.  These files are used to
track installation of apps.

Definition at line 87 of file app_list.py.

Constructor & Destructor Documentation

def app_manager.app_list.InstalledFile.__init__ (   self,
  filename 
)

Definition at line 93 of file app_list.py.

Member Function Documentation

def app_manager.app_list.InstalledFile.__eq__ (   self,
  other 
)

Definition at line 138 of file app_list.py.

def app_manager.app_list.InstalledFile.__neq__ (   self,
  other 
)

Definition at line 141 of file app_list.py.

def app_manager.app_list.InstalledFile._load (   self)
private

Definition at line 101 of file app_list.py.

def app_manager.app_list.InstalledFile.get_available_apps (   self,
  platform = None 
)

Definition at line 131 of file app_list.py.

def app_manager.app_list.InstalledFile.update (   self)
Update app list

Definition at line 122 of file app_list.py.

Member Data Documentation

app_manager.app_list.InstalledFile._file_mtime
private

Definition at line 98 of file app_list.py.

app_manager.app_list.InstalledFile.available_apps

Definition at line 96 of file app_list.py.

app_manager.app_list.InstalledFile.filename

Definition at line 94 of file app_list.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