FiSGO.SimpleGroups.char_check

char_check(char, char_list, not_char_list)[source]

Helper function to check if a hiss-malle representation exists in a given characteristic.

Parameters:
  • char (int) – Characteristic in which to check existence.

  • char_list (list[int] | None) – “char” field of the representation.

  • not_char_list (list[int] | None) – “not_char” field of the representation.

Return type:

bool

Returns:

True if the representation exists in characteristic char, otherwise False.