Home
User Guide
NumPy Reference
Contributing to NumPy
Release Notes
About NumPy
Reporting bugs
Glossary
numpy.chararray.rpartition
¶
method
chararray.
rpartition
(
self
,
sep
)
[source]
¶
Partition each element in
self
around
sep
.
See also
rpartition