multiple_contacts_get_values¶
- multiple_contacts_get_values(C)[source]¶
Given an contact representation with repeated contacts, this function removes duplicates and creates a value
- Parameters:
C (dict) – contact representation with multiple repeated contacts.
- Returns:
Contact representation with duplicate contacts removed and the number of duplicates is now in the ‘values’ field.
- Return type:
C_out: dict