0

Name mangling in python

what does it mean?

17th Apr 2017, 12:03 PM
Ivan
1 Réponse
+ 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
17th Apr 2017, 12:18 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar