File size: 101 Bytes
dc2106c
 
 
 
 
1
2
3
4
5
6
from typing import List

__all__: List[str]

def pad(array, pad_width, mode=..., **kwargs): ...