triple.pyx 316 B

123456789
  1. __doc__ = """
  2. Triple model.
  3. This is a very light-weight implementation of a Triple model, available as
  4. C structures only. Two types of structures are defined: ``Triple``, with
  5. pointers to :py:model:`lakesuperior.model.rdf.term` objects, and
  6. ``BufferTriple``, with pointers to byte buffers of serialized terms.
  7. """