Skip to content

Instantly share code, notes, and snippets.

@aitoehigie
Created February 15, 2019 20:22
Show Gist options
  • Save aitoehigie/d928196730ba5a413cdcad53373600d7 to your computer and use it in GitHub Desktop.
Save aitoehigie/d928196730ba5a413cdcad53373600d7 to your computer and use it in GitHub Desktop.
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