triple.pxd 229 B

1234567891011
  1. from lakesuperior.cy_include cimport cytpl as tpl
  2. ctypedef struct Triple:
  3. tpl.tpl_bin s
  4. tpl.tpl_bin p
  5. tpl.tpl_bin o
  6. cdef:
  7. int serialize(tuple trp, tpl.tpl_bin *data) except -1
  8. deserialize(tpl.tpl_bin data)