class documentation

class OptionalLStrip(tuple):

View In Hierarchy

A special tuple for marking a point in the state that can have lstrip applied.
Method __new__ Undocumented
Class Variable __slots__ Undocumented
def __new__(cls, *members, **kwargs):

Undocumented

__slots__: tuple =

Undocumented