summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.pyi
blob: ba595bf1ef64c4bfc1c2fe4a67ac972206de28cb (plain)
1
2
3
4
5
from typing import List

from numpy import memmap as memmap

__all__: List[str]