diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-04 02:26:13 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-05 01:57:40 +0900 |
commit | 6d05b1aeb3725a1fbd727e7bca2832462f7d8bee (patch) | |
tree | e4689bbf97e75ecc0337d7d9b851d396efb5bca3 /tests/utils.py | |
parent | 0cf1632edf8e4f16796b4324be7de11b99853734 (diff) | |
download | sphinx-git-6d05b1aeb3725a1fbd727e7bca2832462f7d8bee.tar.gz |
Fix #8105: autodoc: the signature of decorated class is incorrect
In #7651, autodoc stops to undecorate the functions on getting the
signature from the callables. But some kinds of decorators conceals
the correct signature because they pass through their arguments via
`(*args, **kwargs)`.
This restarts to undecorate the functions again as before #7651.
Diffstat (limited to 'tests/utils.py')
0 files changed, 0 insertions, 0 deletions