|
out += self._str_signature() |
It doesn't seem natural for one to write their own signature. I would think that the str(NumpyDocString) would return the same thing that one would type themselves.
Can we take out the _str_signature?
Once again, this is in reference to designing a solution for:
#67 (comment)
Otherwise, one would need an other function that doesn't include the _str_signature() line.
numpydoc/numpydoc/docscrape.py
Line 471 in 659e43f
It doesn't seem natural for one to write their own signature. I would think that the
str(NumpyDocString)would return the same thing that one would type themselves.Can we take out the
_str_signature?Once again, this is in reference to designing a solution for:
#67 (comment)
Otherwise, one would need an other function that doesn't include the
_str_signature()line.