Module private variables begin with _. These are not copied by from module import *.
Class privates begin with __. They are mangled to include the class name.
Module private variables begin with _. These are not copied by from module import *.
Class privates begin with __. They are mangled to include the class name.