numpy/lib/arraypad.pyi

from typing import List

__all__: List[str]

def pad(array, pad_width, mode=..., **kwargs): ...
Metadata
View Raw File