Skip to content

Instantly share code, notes, and snippets.

@talfco
Last active March 17, 2019 00:22
Show Gist options
  • Save talfco/24fd2cbc61d24407b2aa378007047a45 to your computer and use it in GitHub Desktop.
Save talfco/24fd2cbc61d24407b2aa378007047a45 to your computer and use it in GitHub Desktop.
def add_person_to_lookup_directory(self, person_id, name_tuple):
tuples = self.generate_combinations(name_tuple)
self.add_combinations_to_directory(tuples, person_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment