numpy
2.0.0
Main Page
Data Structures
Files
Data Structures
Data Fields
Data Fields
npy_holidayslist Struct Reference
#include <
datetime_busdaycal.h
>
Data Fields
npy_datetime
*
begin
npy_datetime
*
end
Detailed Description
A list of holidays, which should be sorted, not contain any duplicates or NaTs, and not include any days already excluded by the associated weekmask.
The data is manually managed with PyArray_malloc/PyArray_free.
Field Documentation
npy_datetime
*
npy_holidayslist::begin
Referenced by
qsort_datetime_compare()
.
npy_datetime
*
npy_holidayslist::end
Referenced by
qsort_datetime_compare()
.
The documentation for this struct was generated from the following file:
src/multiarray/
datetime_busdaycal.h
npy_holidayslist
Generated on Mon May 19 2014 11:44:13 for numpy by
1.7.6.1