check_is_IntegerMateSelectionProtocol#
- pybrops.breed.prot.sel.IntegerMateSelectionProtocol.check_is_IntegerMateSelectionProtocol(v, vname)[source]#
Check if object is of type IntegerMateSelectionProtocol, otherwise raise TypeError.
- Parameters:
v (object) – Any Python object to test.
vname (str) – Name of variable to print in TypeError message.
- Return type:
None