[PEP8](https://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables) states: > Generally, double leading underscores should be used only to avoid name conflicts with attributes in classes designed to be subclassed.
PEP8 states: