bandhic.band_hic_matrix.__str__# band_hic_matrix.__str__()[source]# Return a string representation of the band_hic_matrix object. Examples >>> import bandhic as bh >>> mat = bh.ones((3,3), diag_num=2) >>> print(mat) band_hic_matrix(shape=(3, 3), diag_num=2, dtype=<class 'numpy.float64'>)