numpy.char.chararray.rjust#

method

char.chararray.rjust(width, fillchar=' ')[源代码]#

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

参见

char.rjust