module documentation

Common configuration utilities.

Function configure_finders Undocumented
Function configure_models Undocumented
Function configure_source_layers Undocumented
Function configure_templates Undocumented
Function get_provider Undocumented
Function _create_fn Undocumented
def configure_finders(obj: gws.INode, with_default=False) -> bool: (source)

Undocumented

def configure_models(obj: gws.INode, with_default=False) -> bool: (source)

Undocumented

def configure_source_layers(obj: gws.INode, layers: list[gws.SourceLayer], is_group: bool = None, is_image: bool = None, is_queryable: bool = None, is_visible: bool = None) -> bool: (source)

Undocumented

def configure_templates(obj: gws.INode, extra: t.Optional[list] = None) -> bool: (source)

Undocumented

def get_provider(cls: type, obj: gws.INode): (source)

Undocumented

def _create_fn(obj, name: str, cls: type): (source)

Undocumented