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