base.pxd 85 B

12345
  1. from cpython.datetime cimport datetime
  2. cdef class ABCTimestamp(datetime):
  3. pass