MatrixSynapse/synapse/http
David Robertson 1bfd141205
Type hints for the remaining two files in `synapse.http`. (#11164)
* Teach MyPy that the sentinel context is False

This means that if `ctx: LoggingContextOrSentinel`
then `bool(ctx)` narrows us to `ctx:LoggingContext`, which is a really
neat find!

* Annotate RequestMetrics

- Raise errors for sentry if we use the sentinel context
- Ensure we don't raise an error and carry on, but not recording stats
- Include stack trace in the error case to lower Sean's blood pressure

* Make mypy pass for synapse.http.request_metrics

* Make synapse.http.connectproxyclient pass mypy

Co-authored-by: reivilibre <oliverw@matrix.org>
2021-10-28 14:14:42 +01:00
..
federation
__init__.py
additional_resource.py
client.py
connectproxyclient.py Type hints for the remaining two files in `synapse.http`. (#11164) 2021-10-28 14:14:42 +01:00
matrixfederationclient.py
proxyagent.py
request_metrics.py Type hints for the remaining two files in `synapse.http`. (#11164) 2021-10-28 14:14:42 +01:00
server.py
servlet.py
site.py