props_to_dict# static SamplingNode.props_to_dict(props: list[str]) → dict# Converts a list of key/value pairs to a dictionary. Parameters: propslistEach string is a key/value pair in the form: ‘key=value’. Returns: dictProperties returned as a dictionary.