{{ log.debug() }} {% if config.docstring_section_style == "table" %} {% set name_column = section.value|selectattr("name")|any %}
{{ section.title or "Yields:" }}
Name | {% endif %}Type | Description |
---|---|---|
{% if yields.name %}{{ yields.name }} {% endif %} | {% endif %}
{% if yields.annotation %}
{% with expression = yields.annotation %}
{% include "expression.html" with context %}
{% endwith %}
{% endif %}
|
{{ yields.description|convert_markdown(heading_level, html_id) }} |
{{ section.title or "Yields:" }}
{% include "expression.html" with context %}
{% if yields.name %}){% endif %}
{% endwith %}
{% endif %}
– {{ yields.description|convert_markdown(heading_level, html_id) }}
YIELDS | DESCRIPTION |
---|---|
{% if yields.name %}
{{ yields.name }}
{% elif yields.annotation %}
{% with expression = yields.annotation %}
{% include "expression.html" with context %}
{% endwith %}
{% endif %}
|
{{ yields.description|convert_markdown(heading_level, html_id) }}
{% if yields.name and yields.annotation %}
TYPE:
{% with expression = yields.annotation %}
|