check_is_DenseScaledSquareTaxaTraitMatrix#
- pybrops.core.mat.DenseScaledSquareTaxaTraitMatrix.check_is_DenseScaledSquareTaxaTraitMatrix(v, vname)[source]#
Check if an object is of type
DenseScaledSquareTaxaTraitMatrix
. Otherwise raiseTypeError
.- Parameters:
v (object) – Any Python object to test.
vname (str) – Name of variable to print in
TypeError
message.
- Return type:
None