Contents:
Str2D
Str2D.add()
Public method for adding the data without the need to use the + operator. We use the join_h method to concatenate the data horizontally with additional arguments.
args (Tuple[Str2D]) – The Str2D objects to add.
kwargs (dict) – Additional keyword arguments to pass to the join_h method.
A new Str2D object with the added data.
See also
__add__
Add the data.
__radd__
add