* Imports the PyDateTime functions so we can create these objects. * This is called during module initialization */
| 73 | * This is called during module initialization |
| 74 | */ |
| 75 | NPY_NO_EXPORT void |
| 76 | numpy_pydatetime_import(void) |
| 77 | { |
| 78 | PyDateTime_IMPORT; |
| 79 | } |
| 80 | |
| 81 | /* Exported as DATETIMEUNITS in multiarraymodule.c */ |
| 82 | NPY_NO_EXPORT char const *_datetime_strings[NPY_DATETIME_NUMUNITS] = { |
no outgoing calls
no test coverage detected