chararray.rjust()

numpy.core.defchararray.chararray.rjust

chararray.rjust(width, fillchar=' ') [source]

Return an array with the elements of self right-justified in a string of length width.

See also

char.rjust

© 2008–2016 NumPy Developers
Licensed under the NumPy License.
登录查看完整内容