Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Change HomeServer definition to work with typing. #8060

Merged
merged 5 commits into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. 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.
    erikjohnston committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0f1afbe View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    64e5bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a3dac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c066928 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdb46b5 View commit details
    Browse the repository at this point in the history