MatrixSynapse/synapse/storage/databases
Erik Johnston 0f1afbe8dc Change HomeServer definition to work with typing.
Duplicating function signatures between server.py and server.pyi is
silly. This commit changes that by changing all `build_*` methods to
`get_*` methods and changing the `_make_dependency_method` to work work
as a descriptor that caches the produced value.

There are some changes in other files that were made to fix the typing
in server.py.
2020-08-11 18:00:17 +01:00
..
main Implement new experimental push rules (#7997) 2020-08-10 11:48:01 +01:00
state Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
__init__.py Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00