Skip to main content
View module source on GitHub

parse_tags

def parse_tags(data: dict) -> Union[None, dict]
Parse tags from a dictionary. Arguments:
NameDescription
dataThe dictionary to parse.
Returns: The parsed tags.