Class: _CaosDBModules#

Member Of Module: hintMessages

Children#

Description#

Function: register#

Delegate the responsibility of initialization to this instance.

register(module)#
Arguments:
  • module (object) – an object with an init() method.

Function: _init_module#

_init_module()#

Function: init#

Initialize this instance.

If this.auto_init is true, all registered, uninitialized modules are initialized by this function.

init()#

Member: auto_init:

Member: modules: