mutapath.Path.rjust

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

Return a right-justified string of length width.

Padding is done using the specified fill character (default is a space).