NUMPY_API * This function is scheduled to be removed * * TO BE REMOVED - NOT USED INTERNALLY. */
| 557 | * TO BE REMOVED - NOT USED INTERNALLY. |
| 558 | */ |
| 559 | NPY_NO_EXPORT void |
| 560 | PyArray_SetDatetimeParseFunction(PyObject *NPY_UNUSED(op)) |
| 561 | { |
| 562 | } |
| 563 | |
| 564 | /*NUMPY_API |
| 565 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected