MatrixSynapse/synapse
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
..
_scripts
api
app Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
appservice
config Typo 2020-08-10 11:23:24 +01:00
crypto
events
federation
groups
handlers Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
http
logging
metrics
module_api
push
replication
res/templates
rest
server_notices Fix some comments and types in service notices (#7996) 2020-07-31 16:22:06 -04:00
spam_checker_api
state Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
static
storage Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
server.py Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
types.py
visibility.py