anndict.utils.make_names# anndict.utils.make_names(names)[source]# Convert a list of names into valid and unique Python identifiers. Parameters: names list[str]List of names to be transformed. Return type: list[str] Returns: Valid and unique Python identifiers.