{% if config.show_if_no_docstring or method.has_contents %}
{% if show_full_path %}{{ method.path }}{% else %}{{ method.name }}{% endif %}
{% filter highlight(language="python", inline=True) %}
{% with signature = method.docstring.signature %}{% include "signature.html" with context %}{% endwith %}
{% endfilter %}
{% with properties = method.properties %}
{% include "properties.html" with context %}
{% endwith %}
{{ method.relative_file_path }}