Skip to content

Commit

Permalink
Expose Mutable classes in python bindings
Browse files Browse the repository at this point in the history
Since the default classes have no really usable public constructor any
longer, exposing the Mutable classes for python makes more sense.
  • Loading branch information
tmadlener committed Nov 13, 2023
1 parent 76c9687 commit a44197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/templates/selection.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{# Otherwise the python interface does not work in gcc builds #}
{# Additionally, in order to allow "direct" access to the user facing classes #}
{# we have to declare them here, otherwise they cannot be easily imported #}
{{ class_selection(class) }}
{{ class_selection(class, prefix='Mutable') }}
{{ class_selection(class, postfix='Collection') }}
{% endfor %}

Expand Down

0 comments on commit a44197d

Please sign in to comment.