Skip to main content

One doc tagged with "name mangling"

View all tags

Name Mangling

Name mangling is a feature in Python that is used to avoid naming conflicts in class hierarchies by adding a prefix to the name of a class member that starts with two underscores, but does not end with more than one underscore.