{% if obj.members %} {{ log.debug("Rendering children of " + obj.path) }}
Name | Type | Description | Default |
---|---|---|---|
{{ attribute.name }} |
{% if attribute.annotation %}
{% with expression = attribute.annotation %}
{% include "expression.html" with context %}
{% endwith %}
{% endif %}
|
{{ attribute.docstring.value }}
|
{% if attribute.value %}
{% with expression = attribute.value %}
{% include "expression.html" with context %}
{% endwith %}
{% else %}
-
{% endif %}
|