Dup Goto 📝

PrivateVariables

PT2/lang/python/modules 11-14 20:58:56
To Pop
4 lines, 31 words, 279 chars Tuesday 2023-11-14 20:58:56

See this stackoverflow

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.