bandhic.band_hic_matrix.__hash__# band_hic_matrix.__hash__()[source]# Return a hash value for the band_hic_matrix object. Returns: Hash value. Return type: int Examples >>> import bandhic as bh >>> mat = bh.band_hic_matrix(np.eye(3), diag_num=2) >>> hashed=hash(mat)