arraypad.pyi 96 B

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