.. _l-properties: Properties ========== .. contents:: :local: :depth: 1 Summary +++++++ +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | property | class parent | truncated documentation | +=================================================================================+=====================+======================================================================================================================+ | :meth:`Connection ` | DatabaseCompetition | Returns the connexion. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | CompetitionHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | LoginHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | LogoutHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | MainHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | SubmitForm | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | UploadData | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | _BaseRequestHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`cookies ` | _TemplateHandler | An alias for `self.request.cookies <.httputil.HTTPServerRequest.cookies>`. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | CompetitionHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | LoginHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | LogoutHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | MainHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | SubmitForm | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | UploadData | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | _BaseRequestHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`current_user ` | _TemplateHandler | The authenticated user for this request. This is set in one of two ways: | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | CompetitionHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | LoginHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | LogoutHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | MainHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | SubmitForm | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | UploadData | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | _BaseRequestHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`locale ` | _TemplateHandler | The locale for the current session. Determined by either `get_user_locale`, which you can override to set ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`metric ` | Competition | Returns the metrics in a single string. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | CompetitionHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | LoginHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | LogoutHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | MainHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | SubmitForm | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | UploadData | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | _BaseRequestHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`settings ` | _TemplateHandler | An alias for `self.application.settings `. | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | CompetitionHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | LoginHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | LogoutHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | MainHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | SubmitForm | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | UploadData | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | _BaseRequestHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`xsrf_token ` | _TemplateHandler | The XSRF-prevention token for the current user/session. To prevent cross-site request forgery, we set an '_xsrf' ... | +---------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------------------------------------------------------------+