Skip to content
Snippets Groups Projects
Commit e3e76e98 authored by Timo Koch's avatar Timo Koch Committed by Andreas Dedner
Browse files

[python][typeregistry] _typeName/_includes -> cppTypeName/cppIncludes

Underscore prefixed variables in Python are often by convention internal variables
that should not be accessed from outside the class. These attributes are frequently
used in Python-side C++ code generation code and have to be accessed to write code generators.
Linters like pylint complain about the access of these protected attributes.
This changes them to be part of the public interface (by naming convention).
parent cf0290b7
Branches
Tags
1 merge request!980[python][typeregistry] _typeName/_includes -> cppTypeName/cppIncludes
Pipeline #40460 passed with warnings
Pipeline: Dune Nightly Test

#40463

    Loading
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment