MCPcopy Index your code
hub / github.com/pydata/xarray / pad

Function pad

xarray/core/duck_array_ops.py:481–483  ·  view source on GitHub ↗
(array, pad_width, **kwargs)

Source from the content-addressed store, hash-verified

479
480
481def pad(array, pad_width, **kwargs):
482 xp = get_array_namespace(array)
483 return xp.pad(array, pad_width, **kwargs)
484
485
486def quantile(array, q, axis=None, **kwargs):

Callers

nothing calls this directly

Calls 2

get_array_namespaceFunction · 0.90
padMethod · 0.45

Tested by

no test coverage detected