shorten_string_lines_to

omni.graph.tools.shorten_string_lines_to(full_string: str, suggested_limit: int) List[str]

Convert a single long line into a list of shorter lines

Parameters
  • full_string – Single line to be trimmed

  • suggested_limit – Minimum length of line; line will extend to the next space past this limit