jj_manhattan.parse_options#
- jj_manhattan.parse_options(options: Dict | None = None) Dict #
Parse the options, converting string into interpreted values. Parses units, variables, strings, lists, and dictionaries. Explained by example below.
- Parameters:
options (dict) – If left None, then self.options is used. Defaults to None.
- Returns:
Parsed value
- Return type:
dict
Calls self.design.parse_options.
See self.parse_value for more information.