ray.rllib.common.SupportedFileType.isdigit#

SupportedFileType.isdigit()#

如果字符串是数字字符串,则返回 True,否则返回 False。

如果字符串中的所有字符都是数字且字符串中至少有一个字符,则该字符串是数字字符串。