|
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.