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