Skip to content

Instantly share code, notes, and snippets.

@hvuhsg
Last active March 2, 2022 16:48
Show Gist options
  • Save hvuhsg/5884be27cc9d31d14fecca3d32962f60 to your computer and use it in GitHub Desktop.
Save hvuhsg/5884be27cc9d31d14fecca3d32962f60 to your computer and use it in GitHub Desktop.
from functools import lru_cache
@lru_cache
def get_file():
return load_file_from_url()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment