OPSI.Application module

Applications for the use of opsi in an twisted-application context.

license:GNU Affero General Public License version 3
class OPSI.Application.AppRunner(app, config)

Bases: object

run()
class OPSI.Application.Application(config)

Bases: object

profiler = {'cprofiler': <class 'OPSI.Application.CProfileRunner'>, 'profiler': <class 'OPSI.Application.ProfileRunner'>}
run()
setup()
shutdown()
class OPSI.Application.CProfileRunner(app, config)

Bases: OPSI.Application._BaseProfiler

class OPSI.Application.ProfileRunner(app, config)

Bases: OPSI.Application._BaseProfiler