MCPcopy Create free account
hub / github.com/numpy/numpy / TIMEDELTA_clip

Function TIMEDELTA_clip

numpy/core/src/umath/clip.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 return _npy_clip<npy::datetime_tag>(args, dimensions, steps);
275}
276NPY_NO_EXPORT void
277TIMEDELTA_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
278 void *NPY_UNUSED(func))
279{
280 return _npy_clip<npy::timedelta_tag>(args, dimensions, steps);
281}
282}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected