str2d.Str2D.equal_width

classmethod Str2D.equal_width(*args: Str2D) List[Str2D][source]

Expand each Str2D object to have the same width. Useful for when you want all Str2D objects to have the same width.

Parameters:

args (Tuple[Str2D]) – The Str2D objects to expand.

Returns:

A list of Str2D objects with the same width.

Return type:

List[Str2D]