numpy.core.defchararray.rjust
-
numpy.core.defchararray.rjust(a, width, fillchar=' ')[source] -
Возвращает массив с элементами
aвыровненными по правому краю в строке длинойwidth.Вызывает
str.rjustпоэлементно.Параметры: -
a : array_like of str or unicode -
width : int -
Длина результирующих строк
-
fillchar : str or unicode, optional -
Символ, используемый для заполнения
Возвращает: -
out : ndarray -
Массив вывода типа str или unicode, в зависимости от типа входных данных
См. также
-
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.16.1/reference/generated/numpy.core.defchararray.rjust.html