ray.job_submission.JobType.ljust#

JobType.ljust(width, fillchar=' ', /)#

返回一个左对齐的长度为 width 的字符串。

填充使用指定的填充字符(默认为空格)。