6 lines
96 B
Python
6 lines
96 B
Python
|
from typing import List
|
||
|
|
||
|
__all__: List[str]
|
||
|
|
||
|
def pad(array, pad_width, mode=..., **kwargs): ...
|