anonymousland-synapse/synapse/util/caches
Patrick Cloke d8cc86eff4
Remove redundant types from comments. (#14412)
Remove type hints from comments which have been added
as Python type hints. This helps avoid drift between comments
and reality, as well as removing redundant information.

Also adds some missing type hints which were simple to fill in.
2022-11-16 15:25:24 +00:00
..
__init__.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
cached_call.py Add missing type hints to synapse.logging.context (#11556) 2021-12-14 17:35:28 +00:00
deferred_cache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
descriptors.py Remove unused @lru_cache decorator (#13595) 2022-10-25 11:39:25 +01:00
dictionary_cache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
expiringcache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
lrucache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
response_cache.py Improve opentracing support for ResponseCache (#11607) 2021-12-20 18:12:08 +00:00
stream_change_cache.py Remove duplicated code to evict entries. (#14410) 2022-11-10 15:33:34 -05:00
treecache.py Speed up @cachedList (#13591) 2022-08-23 14:53:27 +00:00
ttlcache.py Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00