gws.lib.style.parser
¶
Style parser.
Source code: gws.lib.style.parser
Module Contents¶
- class gws.lib.style.parser.Options(*args, **kwargs)¶
Bases:
gws.Data
Options about an icon object
- imageDirs: list[str]¶
Paths to directories in which parsing is allowed
- strict: bool¶
Indicates whether Exceptions should be raised.
- trusted: bool¶
Indicates whether icon is created by us or someone else.
- gws.lib.style.parser.parse_dict(d: dict, opts: Options) dict ¶
Adds a dictionary describing style features to a default dictionary.
- Parameters:
d – A dictionary with new features.
opts – Dictionary options.
- Returns:
New dictionary of features.
- Raises:
Exception – If an invalid css property or value is used.