You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lru_cache.py 256B

12345
  1. from functools import lru_cache # noqa
  2. # Deprecate or remove this module when no supported version of Django still
  3. # supports Python 2. Until then, keep it to allow pluggable apps to support
  4. # Python 2 and Python 3 without raising a deprecation warning.