module documentation
Structures and utilities for tree layers.
Class |
|
No class docstring; 4/4 class variables documented |
Class |
|
Layer hierarchy flattening |
Class |
|
Undocumented |
Function | layer |
Generate a config tree from a list of source layers. |
Function | layer |
Generate a config tree from a list of source layers and the main layer config. |
Function | _base |
Undocumented |
Function | _config |
Undocumented |
def layer_configs_from_layer(layer:
core.Object
, source_layers: list[ gws.SourceLayer]
, leaf_layer_maker: t.Callable
) -> list[ gws.Config]
:
(source)
¶
Generate a config tree from a list of source layers and the main layer config.