class documentation
class ModuleConfig(gws.Config): (source)
Known subclasses: gws.server.core.MapproxyConfig
, gws.server.core.QgisConfig
, gws.server.core.SpoolConfig
, gws.server.core.WebConfig
Constructor: ModuleConfig(*args, **kwargs)
Undocumented
Class Variable | enabled |
the module is enabled |
Class Variable | threads |
number of threads for this module |
Class Variable | workers |
number of processes for this module |
Inherited from Config
:
Class Variable | uid |
unique ID |
Inherited from Data
(via Config
):
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | get |
Undocumented |
Method | set |
Undocumented |
Method | update |
Undocumented |