Created
February 15, 2019 20:22
-
-
Save aitoehigie/d928196730ba5a413cdcad53373600d7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
from functools import lru_cache | |
@lru_cache(maxsize=32) | |
def my_function(): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment