School/.venv/lib/python3.9/site-packages/pandas/_libs/tslibs/period.pxd
Kristofers Solo 1e065cc4b2 Updated .venv
2021-11-22 17:11:45 +02:00

8 lines
187 B
Cython

from numpy cimport int64_t
from .np_datetime cimport npy_datetimestruct
cdef bint is_period_object(object obj)
cdef int64_t get_period_ordinal(npy_datetimestruct *dts, int freq) nogil