gws.config.util

Common configuration utilities.

Source code: gws.config.util

Module Contents

gws.config.util.configure_templates(obj: gws.Node, extra: list | None = None) bool
gws.config.util.configure_models(obj: gws.Node, with_default=False) bool
gws.config.util.configure_finders(obj: gws.Node, with_default=False) bool
gws.config.util.configure_source_layers(obj: gws.Node, layers: list[gws.SourceLayer], is_group: bool = None, is_image: bool = None, is_queryable: bool = None, is_visible: bool = None) bool
gws.config.util.get_provider(cls: type, obj: gws.Node)