Return a copy of a with its elements centered in a string of length width.
Calls str.center element-wise.
a : array_like of str or unicode
width : int
The length of the resulting strings
fillchar : str or unicode, optional
The padding character to use (default is space).
out : ndarray
Output array of str or unicode, depending on input types
See also
str.center
numpy.core.defchararray.capitalize
numpy.core.defchararray.decode
Enter search terms or a module, class or function name.