8.2.11.2.61. lstripΒΆ
- Token.lstrip(chars=None, /)
Return a copy of the string with leading whitespace removed.
If chars is given and not None, remove characters in chars instead.
Return a copy of the string with leading whitespace removed.
If chars is given and not None, remove characters in chars instead.