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