pyenv.pyenv.{{ raises.name }}{% include "expression.html" with context %}
+ {% endwith %}
+
+
- {% if raises.annotation %}
-
- TYPE:
- {% with expression = raises.annotation %}
- {% include "expression.html" with context %}
- {% endwith %}
-
- {% endif %}
-
{{ section.title or "Receives:" }}
| Name | {% endif %}Type | Description |
|---|---|---|
{% if receives.name %}{{ receives.name }}{% endif %} | {% endif %}
{% if receives.annotation %} {% with expression = receives.annotation %} @@ -19,24 +22,26 @@ {% endif %} | {{ receives.description|convert_markdown(heading_level, html_id) }} | - {% endwith %} -
{{ 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|convert_markdown(heading_level, html_id) }}
{{ receive.name }} |
-
- {{ receive.description|convert_markdown(heading_level, html_id) }}
- - {% if receive.annotation %} - + |
+ {% 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 = receive.annotation %}
+ {% with expression = receives.annotation %}
|
| RETURNS | +DESCRIPTION | +|
|---|---|---|
| RETURNS | ||
+ {% if returns.name %}
+ {{ returns.name }}
+ {% elif returns.annotation %}
+
+ {% with expression = returns.annotation %}
+ {% include "expression.html" with context %}
+ {% endwith %}
+
+ {% endif %}
+ |
{{ returns.description|convert_markdown(heading_level, html_id) }}
-
- TYPE:
- {% with expression = returns.annotation %}
-
+
+ TYPE:
+ {% with expression = returns.annotation %}
+ |
|
{{ warns.name }} |
+
+
+ {% with expression = warns.annotation %}
+ {% include "expression.html" with context %}
+ {% endwith %}
+
+ |
{{ warns.description|convert_markdown(heading_level, html_id) }}
-
- {% if warns.annotation %}
-
- TYPE:
- {% with expression = warns.annotation %}
- |
| Name | {% endif %}Type | Description |
|---|---|---|
{% if yields.name %}{{ yields.name }}{% endif %} | {% endif %}
{% if yields.annotation %} {% with expression = yields.annotation %} @@ -19,24 +22,26 @@ {% endif %} | {{ yields.description|convert_markdown(heading_level, html_id) }} | - {% endwith %} -
{{ 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|convert_markdown(heading_level, html_id) }}
{{ yields.name }} |
+
+ {% 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.annotation %} + {% if yields.name and yields.annotation %} +
TYPE:
{% with expression = yields.annotation %}
|