Skip to content

Instantly share code, notes, and snippets.

@inesp
Created October 18, 2019 19:19
Show Gist options
  • Save inesp/76978a498e33e238776c4d01f82f0459 to your computer and use it in GitHub Desktop.
Save inesp/76978a498e33e238776c4d01f82f0459 to your computer and use it in GitHub Desktop.
def calculate_users_favorite_color(user, use_cache=True):
pass
def calculate_users_favorite_color(user, use_cache=False):
pass
def calculate_users_favorite_color(user, ignore_cache=True):
pass
def calculate_users_favorite_color(user, ignore_cache=False):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment