synapse/synapse/module_api
Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885)
This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
2021-09-23 07:13:34 -04:00
..
__init__.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
errors.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00