matrix-org_synapse/synapse/logging
Patrick Cloke ed1b879576
Do not call getfullargspec on every call. (#16589)
getfullargspec is relatively expensive and the results will
not change between calls, so precalculate it outside the
wrapper.
2023-10-31 20:16:17 +00:00
..
__init__.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
_remote.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
_terse_json.py Prepare unit tests for Python 3.12 (#16099) 2023-08-25 15:05:10 -04:00
context.py Bump twisted from 22.10.0 to 23.8.0 (#16235) 2023-09-05 11:14:14 +00:00
filter.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
formatter.py Another batch of type annotations (#12726) 2022-05-13 12:35:31 +01:00
handlers.py Another batch of type annotations (#12726) 2022-05-13 12:35:31 +01:00
opentracing.py Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00
scopecontextmanager.py More type hints for `synapse.logging` (#13103) 2022-06-30 13:05:06 +00:00