| 274 | return _npy_clip<npy::datetime_tag>(args, dimensions, steps); |
| 275 | } |
| 276 | NPY_NO_EXPORT void |
| 277 | TIMEDELTA_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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected