MatrixSynapse/synapse/util
Richard van der Hoff cbc82aa09f
Implement and use an @lru_cache decorator (#8595)
We don't always need the full power of a DeferredCache.
2020-10-30 11:43:17 +00:00
..
caches Implement and use an @lru_cache decorator (#8595) 2020-10-30 11:43:17 +00:00
__init__.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
async_helpers.py
daemonize.py
distributor.py
file_consumer.py
frozenutils.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
hash.py
httpresourcetree.py
iterutils.py
jsonobject.py
logcontext.py
logformatter.py
manhole.py
metrics.py Expose a `get_resource_usage` method in `Measure` 2020-09-29 17:35:20 +01:00
module_loader.py Clarify error message when plugin config parsers raise an error (#8492) 2020-10-08 11:10:15 +01:00
msisdn.py
patch_inline_callbacks.py
ratelimitutils.py
retryutils.py Tell Black to format code for Python 3.5 (#8664) 2020-10-27 23:26:36 +00:00
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py