{% extends "base.html" %} {% block title %}{{ namespace.name }}.{{ class.name }}:{{ property.name }}{% endblock %} {% block meta_other %} {% endblock %} {% block sidebar %}
Type
Properties
{% endblock %} {% block content %}

Property

{{ namespace.name }}{{ class.name }}:{{ property.name }}

Declaration

{{ property.c_decl|safe }}

Description {% if CONFIG.source_location_url and property.docs_location %} [src] {% endif %}

{{ property.description }}
{% if property.stability %} {% endif %} {% if property.available_since %} {% endif %} {% if property.deprecated_since %} {% endif %}
Type: {%- if property.link -%} {{ property.link|safe }} {%- else -%} {{ property.type_cname }} {%- endif -%}
Stability:{{ property.stability }}
Available since:{{ property.available_since }}
Deprecated since:{{ property.deprecated_since.version }}
{{ property.deprecated_since.message }}
{% if property.attributes %}
{% for (key, value) in property.attributes.items() %} {% endfor %}
{{ key|escape }}{{ value|escape }}
{% endif %}

Flags

Readable{% if property.readable %}yes{% else %}no{% endif %}
Writable{% if property.writable %}yes{% else %}no{% endif %}
Construct{% if property.construct %}yes{% else %}no{% endif %}
Construct only{% if property.construct_only %}yes{% else %}no{% endif %}
{% endblock %}