synapse/synapse/util/caches
David Robertson f8d0f72b27
More types for synapse.util, part 1 (#10888)
The following modules now pass `disallow_untyped_defs`:

* synapse.util.caches.cached_call 
* synapse.util.caches.lrucache
* synapse.util.caches.response_cache 
* synapse.util.caches.stream_change_cache
* synapse.util.caches.ttlcache pass
* synapse.util.daemonize
* synapse.util.patch_inline_callbacks pass `no-untyped-defs`
* synapse.util.versionstring

Additional typing in synapse.util.metrics. Didn't get this to pass `no-untyped-defs`, think I'll need to watch #10847
2021-10-06 11:20:49 +01:00
..
__init__.py Track why we're evicting from caches (#10829) 2021-09-22 10:59:52 +01:00
cached_call.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
deferred_cache.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
descriptors.py Opt out of cache expiry for get_users_who_share_room_with_user (#10826) 2021-09-22 14:21:58 +01:00
dictionary_cache.py Add type hints to state database module. (#10823) 2021-09-15 09:54:13 -04:00
expiringcache.py Track why we're evicting from caches (#10829) 2021-09-22 10:59:52 +01:00
lrucache.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
response_cache.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
stream_change_cache.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
treecache.py Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
ttlcache.py More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00