from typing import List __all__: List[str] def pad(array, pad_width, mode=..., **kwargs): ...
from typing import List
__all__: List[str]
def pad(array, pad_width, mode=..., **kwargs): ...