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