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