props_to_dict#

static SolutionsNode.props_to_dict(props: list[str]) dict#

Converts a list of key/value pairs to a dictionary.

Parameters:
propslist

Each string is a key/value pair in the form: ‘key=value’.

Returns:
dict

Properties returned as a dictionary.