bandhic.band_hic_matrix.__array_priority__# band_hic_matrix.__array_priority__()[source]# Return the priority for array operations. Returns: Priority value. Return type: int Examples >>> import bandhic as bh >>> mat = bh.band_hic_matrix(np.eye(3), diag_num=2) >>> mat.__array_priority__() 100