rep1/python37/Lib/site-packages/numpy/lib/arraypad.pyi

6 lines
96 B
Python
Raw Normal View History

2024-11-21 09:00:42 +08:00
from typing import List
__all__: List[str]
def pad(array, pad_width, mode=..., **kwargs): ...