MatrixSynapse/synapse/util/caches
Richard van der Hoff 8075504a60
Enable mypy for synapse.util.caches (#8547)
This seemed to entail dragging in a type stub for SortedList.
2020-10-15 11:44:39 +01:00
..
__init__.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
deferred_cache.py move DeferredCache into its own module 2020-10-14 23:38:14 +01:00
descriptors.py move DeferredCache into its own module 2020-10-14 23:38:14 +01:00
dictionary_cache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
expiringcache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
lrucache.py Add some more type annotations to Cache 2020-10-14 23:38:14 +01:00
response_cache.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
stream_change_cache.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
treecache.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
ttlcache.py Enable mypy for synapse.util.caches (#8547) 2020-10-15 11:44:39 +01:00