{{ log.debug() }} {% if config.docstring_section_style == "table" %}

{{ section.title or "Warns:" }}

{% for warns in section.value %} {% endfor %}
Type Description
{% if warns.annotation %} {% with expression = warns.annotation %} {% include "expression.html" with context %} {% endwith %} {% endif %} {{ warns.description|convert_markdown(heading_level, html_id) }}
{% elif config.docstring_section_style == "list" %}

{{ section.title or "Warns:" }}

{% elif config.docstring_section_style == "spacy" %} {% for warns in section.value %} {% endfor %}
WARNS DESCRIPTION
{% with expression = warns.annotation %} {% include "expression.html" with context %} {% endwith %} {{ warns.description|convert_markdown(heading_level, html_id) }}
{% endif %}