Add a ton of docstrings and add to official docs

This commit is contained in:
Jason Paryani
2013-08-26 16:16:58 -07:00
parent 0856cf413b
commit 7b33513bdb
3 changed files with 181 additions and 7 deletions

View File

@@ -35,4 +35,5 @@ Example Usage::
"""
from .version import version as __version__
from .capnp import *
from .capnp import _DynamicStructReader, _DynamicStructBuilder, _DynamicListReader, _DynamicListBuilder, _DynamicOrphan
del capnp