{% extends "base.html" %} {% block title %}{{ variable.title|transtext(top=False) }}{% endblock %} {% block content %}

Variable: {{ variable.title|transtext(top=False) }}

{{ sections.top_box(variable) }} {{ sections.signatures(variable) }}

Overview

{% if variable.deprecation_msgs %}
Deprecated.
{% for msg in variable.deprecation_msgs %}

{{ msg|transtext(False) }}

{% endfor %}
{% endif %} {{ sections.brief(variable) }} {{ sections.body(variable) }}
{{ sections.see_also(variable) }} {{ sections.dox_source(variable, in_comment=True) }} {% endblock %}