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