forked-synapse/synapse/storage/databases
Patrick Cloke 1f55c04cbc
Improve type hints for cached decorator. (#15658)
The cached decorators always return a Deferred, which was not
properly propagated. It was close enough when wrapping coroutines,
but failed if a bare function was wrapped.
2023-05-24 12:59:31 +00:00
..
main Improve type hints for cached decorator. (#15658) 2023-05-24 12:59:31 +00:00
state Instrument state and state_group storage related things (tracing) (#15610) 2023-05-19 12:26:58 -05:00
__init__.py Check databases/__init__ and main/cache with mypy. (#15496) 2023-04-27 07:59:14 -04:00