We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c08ac commit 63aa1b0Copy full SHA for 63aa1b0
src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja
@@ -157,7 +157,7 @@ Context:
157
158
{% if not (obj.is_class and child.name == "__init__" and config.merge_init_into_class) %}
159
160
- {% if config.filters == "public" or members_list is not none or child.is_public %}
+ {% if config.filters == "public" or members_list is not none or (not child.is_imported or child.is_public) %}
161
{% if child.is_attribute %}
162
{% with attribute = child %}
163
{% include attribute|get_template with context %}
0 commit comments