pycapnp/capnp
Andy Lutomirski b3264a7292 Add Builder and Reader ABCs for each struct type
This has zero overhead if not used.  I decided that it was simpler
to use ABCs instead of real classes, given that using real classes
offers little benefit.

This also implements == and != for StructSchema objects.
2013-09-03 11:01:12 -07:00
..
__init__.py Enable import hook by default 2013-09-03 00:21:28 -07:00
capnp.pyx Add Builder and Reader ABCs for each struct type 2013-09-03 11:01:12 -07:00
capnp_cpp.pxd Add Builder and Reader ABCs for each struct type 2013-09-03 11:01:12 -07:00
fixMaybe.h Fix bug in exception handling for which(). Also standardize exceptions 2013-09-03 00:25:32 -07:00
schema_cpp.pxd Wrap MessageBuilder::setRoot(). 2013-08-31 17:07:44 -07:00