ray.job_submission.JobStatus.rjust# JobStatus.rjust(width, fillchar=' ', /)# 返回一个右对齐、长度为 width 的字符串。 填充使用指定的填充字符(默认为空格)。