Soma-base documentation

Many miscelaneous all-purpose classes and functions…

License: CeCILL-B

Main module: soma.api

soma module documentation is not finished yet

Examples

Insert examples here

Module content

The content of soma module is composed of many submodules. However, all important items can be imported from soma.api. For example, if one wants to use the Application class defined in the module soma.application, he just have to use the following import statement:

from soma.api import Application

Main classes

  • Application: an Application instance contains all information that is shared across all modules of an application.
  • Controller

Advanced classes

  • Singleton: A class deriving from Singleton can have only one instance.

Information