[Numpy-discussion] Chararray depreciated?
Pauli Virtanen
pav@iki...
Mon Dec 7 08:24:05 CST 2009
ma, 2009-12-07 kello 09:17 -0500, Michael Droettboom kirjoitti:
> Also noticed that
>
> http://docs.scipy.org/numpy/docs/numpy.core.defchararray.chararray/
>
[clip]
> I suspect fixing this at the implementation level may be too
> difficult/dangerous, but for documentation purposes, is there a way to
> explicitly list the methods for the chararray class?
Yes, by adding a methods section to the class docstring:
Methods
-------
rstrip
lstrip
...
Pauli
More information about the NumPy-Discussion
mailing list