Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
Python when you give double underscore attribute names
share
499 views
•
Made by
CodingComputing
4 months ago
in
fun
spiderman glasses
python
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
NAME MANGLING IN PYTHON; class MyCls: def set_x(self, x): self.__x = x; class MyCls: def set_x(self, x): self._MyCls__x = x; @CodingComputing