squaretypeΒΆ

Queries relating to which SquareTypes are present on a board live here.

Functions

are_square_types_present

Accepts a list of SquareTypes, searches a given BoardFile object for Squares of that SquareType, and returns a boolean search result.

is_square_type_present

Accepts a single SquareType, searches a given BoardFile object for Squares of that SquareType, and returns a boolean search result.