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

Function PyArray_SetDatetimeParseFunction

numpy/core/src/multiarray/arrayobject.c:559–562  ·  view source on GitHub ↗

NUMPY_API * This function is scheduled to be removed * * TO BE REMOVED - NOT USED INTERNALLY. */

Source from the content-addressed store, hash-verified

557 * TO BE REMOVED - NOT USED INTERNALLY.
558 */
559NPY_NO_EXPORT void
560PyArray_SetDatetimeParseFunction(PyObject *NPY_UNUSED(op))
561{
562}
563
564/*NUMPY_API
565 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected