y5gfunc.source.wobbly.core.presets¶
presets
¶
Preset handling for Wobbly parser.
Functions:
| Name | Description |
|---|---|
create_preset_functions |
Create preset functions from project data |
create_preset_functions
¶
create_preset_functions(project: ProjectData, keys: WobblyKeys) -> PresetDict
Create preset functions from project data
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
ProjectData
|
Project data |
required |
|
WobblyKeys
|
Keys for accessing project data |
required |
Returns:
| Type | Description |
|---|---|
PresetDict
|
Dictionary mapping preset names to preset functions |