{% extends "_base/docstring/returns.html" %} {% block list_style %}
{{ section.title or "Returns:" }}
{{ returns.name }}
{% endif %}
{% if returns.annotation %}
{% with expression = returns.annotation %}
{% if returns.name %}({% endif %}
{% include "expression.html" with context %}
{% if returns.name %}){% endif %}
{% endwith %}
{% endif %}
– {{ returns.description|convert_markdown(heading_level, html_id) }}