synapse-product/synapse/util
Patrick Cloke 1de26b3467
Convert Transaction and Edu object to attrs (#10542)
Instead of wrapping the JSON into an object, this creates concrete
instances for Transaction and Edu. This allows for improved type
hints and simplified code.
2021-08-06 09:39:59 -04:00
..
caches Fix up type hints for Twisted 21.7 (#10490) 2021-07-28 12:04:11 +00:00
__init__.py
async_helpers.py Generics for ObservableDeferred (#10491) 2021-07-28 19:55:50 +00:00
batching_queue.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
daemonize.py [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
distributor.py
file_consumer.py
frozenutils.py
hash.py
httpresourcetree.py
iterutils.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
linked_list.py
logcontext.py
logformatter.py
macaroons.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
manhole.py
metrics.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
module_loader.py
msisdn.py
patch_inline_callbacks.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py Remove shebang line from module files (#10415) 2021-07-29 21:34:14 +01:00
wheel_timer.py