SciPy

scipy.sparse.dok_matrix.__getitem__

dok_matrix.__getitem__(self, index)[source]

If key=(i, j) is a pair of integers, return the corresponding element. If either i or j is a slice or sequence, return a new sparse matrix with just these elements.