get_text

Summary

get_text(t: IssueType) list[str]

Works similarly to get_count, but instead returns the messages of the type specified by parameter t.

Parameters:

t (cs_board_tools.errors.IssueType) – t is of type IssueType, and it represents the type of count to get. Possible options are IssueType.ERRORS, IssueType.FIXED, IssueType.WARNINGS, and IssueType.SUCCESS.

Returns:

A bundle containing the overall results, as well as a list containing objects that represent each of the individual results.

Return type:

int

Importing

from cs_board_tools.errors import get_text