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