get_count

Summary

get_count(t: IssueType) int

Returns the number of checks 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_count