13. Application Programming Interface


Most of the application programming inteface can be read directly from a terminal session:

$ pydoc dana.Group

or from within a python/ipython session:

>>> import dana
>>> help(dana.Group)

This chapter is only a direct transcription of these documentation.