Package elisa :: Package core :: Module common

Module common

source code

This module provides access to the singleton application.

Functions
 
set_application(app)
Set the application singleton's value.
source code
Variables
  __maintainer__ = 'Philippe Normand <philippe@fluendo.com>'
elisa.core.application.Application application = None
the Elisa application
Function Details

set_application(app)

source code 

Set the application singleton's value. Overrides previous value.

Parameters:
  • app (Application) - the new singleton's value