{{ log.debug("Rendering attributes section") }} {% if config.docstring_section_style == "table" %} {% block table_style %}
{{ section.title or "خصوصیات:" }}
| نام | نوع | توضیحات |
|---|---|---|
{{ attribute.name }} |
{% if attribute.annotation %} {% with expression = attribute.annotation
%}
{% include "expression.html" with context %}
{% endwith %} {% endif %}
|
{{ attribute.description|convert_markdown(heading_level, html_id) }} |
{{ section.title or "Attributes:" }}
{% include "expression.html" with context %}) {% endwith %} {%
endif %} – {{ attribute.description|convert_markdown(heading_level, html_id)
}}
| {{ (section.title or "ATTRIBUTE").rstrip(":").upper() }} | DESCRIPTION |
|---|---|
{{ attribute.name }} |
{{ attribute.description|convert_markdown(heading_level, html_id) }}
{% if attribute.annotation %}
TYPE:
{% with expression = attribute.annotation %}
|