col_wrappers.wrap_str

wrap_str(value, col_index=0, **kwargs)

Wrap strings with quad spacing in RHS columns.

Parameters

value : str String value to wrap col_index : int, optional Column index (0 = LHS, 1+ = RHS) **kwargs Ignored

Returns

tuple[str, str] (r’‘,’‘) for RHS, (’‘,’’) for LHS