You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's wrong, the first argument should be $type (a class method). Because of this, the inspect.signature() fails to parse the __text_signature__ attribute for the method.
Bug report
Bug description:
Docstring of this method has following signature specification:
It's wrong, the first argument should be
$type
(a class method). Because of this, theinspect.signature()
fails to parse the__text_signature__
attribute for the method.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: