term.pxd 302 B

123456789101112131415
  1. from lakesuperior.cy_include cimport cytpl as tpl
  2. cdef class Term:
  3. cdef:
  4. char type
  5. char *data
  6. char *datatype
  7. char *lang
  8. # Temporary vars that get cleaned up on object deallocation.
  9. char *_fmt
  10. char *_pk
  11. tpl.tpl_bin serialize(self)