ray.rllib.common.FrameworkEnum.lstrip#

FrameworkEnum.lstrip(chars=None, /)#

返回一个去掉前导空白字符的字符串副本。

如果给出了 chars 且不为 None,则移除 chars 中的字符。