DemoController.privindexΒΆ

../_images/02.jpg

myapp/controllers/demo.py:DemoController.privindex()

The request has been routed, as expected, to the privindex() method of the DemoController.

This controller action is decorated with the authorize() decorator.

This decorator will prevent the action from being executed unless the supplied argument condition (SignedIn(), in this instance) evaluate(s) to True.

Previous topic

BaseController.__call__

Next topic

lib.decorators.authorize

This Page