.. _02: ======================== DemoController.privindex ======================== .. image :: images/02.jpg :align: center :height: 544 :width: 923 :func:`myapp/controllers/demo.py:DemoController.privindex` The request has been routed, as expected, to the :meth:`privindex` method of the :class:`DemoController`. This controller action is decorated with the :func:`authorize` decorator. This decorator will prevent the action from being executed unless the supplied argument condition (:func:`SignedIn`, in this instance) evaluate(s) to `True`.