check_is_SubsetMateSelectionSolution#

pybrops.breed.prot.sel.soln.SubsetMateSelectionSolution.check_is_SubsetMateSelectionSolution(v, vname)[source]#

Check if object is of type SubsetMateSelectionSolution, otherwise raise TypeError.

Parameters:
  • v (object) – Any Python object to test.

  • vname (str) – Name of variable to print in TypeError message.

Return type:

None