Fun with PWM  0.32
__bootstrap.AmsEnvironment Class Reference

The AmsEnvironment object collects required information from the host pi. More...

Public Member Functions

def LogException (e)
 

Static Public Member Functions

def Now ()
 
def AppInfo ()
 
def AppPath ()
 
def ContribPath ()
 
def FilePath ()
 
def Terminal ()
 
def Vendors ()
 
def IsLxdeRunning ()
 
def Scan ()
 
def EnableErrorLogging ()
 
def EnableOutputLogging ()
 
def outputHandler (value)
 
def errorHandler (type, value, tb)
 

Static Public Attributes

dictionary patterns
 
dictionary info = {}
 

Detailed Description

The AmsEnvironment object collects required information from the host pi.

Member Function Documentation

§ AppInfo()

def __bootstrap.AmsEnvironment.AppInfo ( )
static
Returns environment info

§ AppPath()

def __bootstrap.AmsEnvironment.AppPath ( )
static
Returns app path

§ ContribPath()

def __bootstrap.AmsEnvironment.ContribPath ( )
static
Returns contrib path

§ FilePath()

def __bootstrap.AmsEnvironment.FilePath ( )
static
Returns file path

§ IsLxdeRunning()

def __bootstrap.AmsEnvironment.IsLxdeRunning ( )
static
Returns whether lxde is running

§ Scan()

def __bootstrap.AmsEnvironment.Scan ( )
static
Adds system paths required to import modules in the contrib folder

§ Terminal()

def __bootstrap.AmsEnvironment.Terminal ( )
static
Returns the current terminal

§ Vendors()

def __bootstrap.AmsEnvironment.Vendors ( )
static
Returns list of vendor names

Member Data Documentation

§ patterns

dictionary __bootstrap.AmsEnvironment.patterns
static
Initial value:
= {
'pid': re.compile(r'(?P<pid>\d+)')
}

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