Created
October 18, 2019 19:19
-
-
Save inesp/76978a498e33e238776c4d01f82f0459 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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