{# Very minimally patched from: https://github.com/mkdocstrings/python/blob/b0123719ae90cb2d47e9b923166ac69fdce86632/src/mkdocstrings_handlers/python/templates/material/_base/class.html See: CHANGE comments below #} {{ log.debug("Rendering " + class.path) }}
Bases: {% for expression in class.bases -%}
{% include "expression.html" with context %}{% if not loop.last %}, {% endif %}
{% endfor -%}
{{ class.relative_filepath }}{{ class.relative_filepath }}