TAB property

ControlChar.TAB property

Tab character: “\x0009” or “\t”.

@property
def TAB(self) -> str:
    ...

See Also