A beginning for docstrings on pecan.rest. I'll let Yoann tackle

the rest of this.
This commit is contained in:
Jonathan LaCour
2011-03-06 15:13:00 -05:00
parent 7a093c5f73
commit 7c35a7526d

View File

@@ -7,6 +7,11 @@ from util import iscontroller
class RestController(object):
'''
A base class for ``REST`` based controllers. Inherit from this class
to implement a REST controller. A set of custom actions can also
be specified. For more details, see :ref:`pecan_rest`.
'''
_custom_actions = {}