{{ log.debug("Rendering " + function.path) }} {% import "language.html" as lang with context %}
')|safe if config.show_symbol_type_toc else '') + function.name,
) %}
{% block heading scoped %}
{% if config.show_symbol_type_heading %}
{% endif %}
{% if config.separate_signature %}
{{ function_name }}
{% else %}
{%+ filter highlight(language="python", inline=True) %}
{{ function_name }}{% include "signature.html" with context %}
{% endfilter %}
{% endif %}
{% endblock heading %}
{% block labels scoped %}
{% with labels = function.labels %}
{% include "labels.html" with context %}
{% endwith %}
{% endblock labels %}
{% endfilter %}
{% block signature scoped %}
{% if config.separate_signature %}
{% filter format_signature(function, config.line_length, crossrefs=config.signature_crossrefs) %}
{{ function.name }}
{% endfilter %}
{% endif %}
{% endblock signature %}
{% else %}
{% if config.show_root_toc_entry %}
{% filter heading(
heading_level,
role="function",
id=html_id,
toc_label=(('
')|safe if config.show_symbol_type_toc else '') + function.name,
hidden=True,
) %}
{% endfilter %}
{% endif %}
{% set heading_level = heading_level - 1 %}
{% endif %}
{%- if function.relative_filepath.is_absolute() -%}
{{ function.relative_package_filepath }}
{%- else -%}
{{ function.relative_filepath }}
{%- endif -%}