mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 12:21:49 -05:00
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. |
||
|---|---|---|
| .. | ||
| main | ||
| state | ||
| __init__.py | ||