0
Name mangling in python
what does it mean?
1 ответ
+ 7
It is Python's intrinsic feature preventing an accidental access to internal attributes of a class (often coming from an imported module). See more about its mechanics:
https://docs.python.org/3/reference/expressions.html#atom-identifiers