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
IMO, it's an internal implementation detail -- a way to get the information from a C structure to inspect.
It doesn't need to stay that way, but it would need to be clarified and documented. And possibly improved in the process.
There is a related question at https://discuss.python.org/t/43914 -- and discuss.python.org is a better place for questions than this bug tracker.
Please continue any discussion there, so it's seen by the proper people :)
How official is
__text_signature__
?__text_signature__
to be generated is not documented.PyDoc_STR(VAR)
does not seem compatible with__text_signature__
.So: are custom C extensions expected to provide docstrings compatible with
__text_signature__
, and if so, what is the correct format?The text was updated successfully, but these errors were encountered: