TAB_CHAR property

ControlChar.TAB_CHAR property

Tab character: (char)9 or “\t”.

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

See Also