pyufunc.pad_size#
- pyufunc.pad_size(*args, **kwargs)#
Forward to
pyutil.mathutil.pad_size.- Parameters:
*args – Positional arguments passed to
pyutil.mathutil.pad_size.**kwargs – Keyword arguments passed to
pyutil.mathutil.pad_size.
Note
Source package:
pyutil.Source repository: tpltnt/pyutil
Source document: tpltnt/pyutil
Source license: GPL-2.0-or-later.
Example
>>> pad_size(7, 3)
- Returns:
Return value from
pyutil.mathutil.pad_size.- Return type:
Any